[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / CodeGen / PowerPC / vsx-spill-norwstore.ll
blob1e0a53877ba7ccf7d871a352510effe6d0072d76
1 ; RUN: llc -mcpu=pwr7 -verify-machineinstrs < %s | FileCheck %s
2 target datalayout = "E-m:e-i64:64-n32:64"
3 target triple = "powerpc64-unknown-linux-gnu"
5 @.str1 = external unnamed_addr constant [5 x i8], align 1
6 @.str10 = external unnamed_addr constant [9 x i8], align 1
7 @.v2f64 = external unnamed_addr constant <2 x double>, align 16
9 ; Function Attrs: nounwind
10 define void @main() #0 {
11 ; CHECK-LABEL: @main
12 ; Make sure that the stxvd2x passes -verify-machineinstrs
13 ; CHECK: stxvd2x
15 entry:
16   %val = load <2 x double>, ptr @.v2f64, align 16
17   %0 = tail call <8 x i16> @llvm.ppc.altivec.vupkhsb(<16 x i8> <i8 0, i8 -1, i8 -1, i8 0, i8 0, i8 0, i8 -1, i8 0, i8 -1, i8 0, i8 0, i8 -1, i8 -1, i8 -1, i8 0, i8 -1>) #0
18   %1 = tail call <8 x i16> @llvm.ppc.altivec.vupklsb(<16 x i8> <i8 0, i8 -1, i8 -1, i8 0, i8 0, i8 0, i8 -1, i8 0, i8 -1, i8 0, i8 0, i8 -1, i8 -1, i8 -1, i8 0, i8 -1>) #0
19   br i1 false, label %if.then.i68.i, label %check.exit69.i
21 if.then.i68.i:                                    ; preds = %entry
22   unreachable
24 check.exit69.i:                                   ; preds = %entry
25   br i1 undef, label %if.then.i63.i, label %check.exit64.i
27 if.then.i63.i:                                    ; preds = %check.exit69.i
28   tail call void (ptr, ...) @printf(ptr @.str10, ptr @.str1, <2 x double> %val) #0
29   br label %check.exit64.i
31 check.exit64.i:                                   ; preds = %if.then.i63.i, %check.exit69.i
32   %2 = tail call i32 @llvm.ppc.altivec.vcmpequh.p(i32 2, <8 x i16> %0, <8 x i16> <i16 0, i16 -1, i16 -1, i16 0, i16 0, i16 0, i16 -1, i16 0>) #0
33   %tobool.i55.i = icmp eq i32 %2, 0
34   br i1 %tobool.i55.i, label %if.then.i58.i, label %check.exit59.i
36 if.then.i58.i:                                    ; preds = %check.exit64.i
37   unreachable
39 check.exit59.i:                                   ; preds = %check.exit64.i
40   %3 = tail call i32 @llvm.ppc.altivec.vcmpequh.p(i32 2, <8 x i16> %1, <8 x i16> <i16 -1, i16 0, i16 0, i16 -1, i16 -1, i16 -1, i16 0, i16 -1>) #0
41   %tobool.i50.i = icmp eq i32 %3, 0
42   br i1 %tobool.i50.i, label %if.then.i53.i, label %check.exit54.i
44 if.then.i53.i:                                    ; preds = %check.exit59.i
45   unreachable
47 check.exit54.i:                                   ; preds = %check.exit59.i
48   unreachable
51 ; Function Attrs: nounwind readnone
52 declare <8 x i16> @llvm.ppc.altivec.vupkhsb(<16 x i8>) #1
54 ; Function Attrs: nounwind readnone
55 declare <8 x i16> @llvm.ppc.altivec.vupklsb(<16 x i8>) #1
57 ; Function Attrs: nounwind
58 declare void @printf(ptr nocapture readonly, ...) #0
60 ; Function Attrs: nounwind readnone
61 declare i32 @llvm.ppc.altivec.vcmpequh.p(i32, <8 x i16>, <8 x i16>) #1
63 attributes #0 = { nounwind }
64 attributes #1 = { nounwind readnone }