blob: acba5288c0d18a2283cce82a15ee4f1b6ddee1f5 [file] [log] [blame]
Dan Gohmand84ea472009-12-07 19:04:31 +00001; RUN: llc < %s -march=x86-64 -asm-verbose=false -mtriple=x86_64-unknown-linux-gnu -post-RA-scheduler=true | FileCheck %s
Dan Gohmana8fb3362009-09-25 23:58:45 +00002
3; Currently, floating-point selects are lowered to CFG triangles.
4; This means that one side of the select is always unconditionally
5; evaluated, however with MachineSink we can sink the other side so
6; that it's conditionally evaluated.
7
8; CHECK: foo:
Dan Gohman8c050fa2009-09-28 20:48:39 +00009; CHECK: divsd
Evan Chengd36076e2009-10-18 19:57:27 +000010; CHECK-NEXT: testb $1, %dil
11; CHECK-NEXT: jne
12; CHECK-NEXT: divsd
Dan Gohmana8fb3362009-09-25 23:58:45 +000013
14define double @foo(double %x, double %y, i1 %c) nounwind {
15 %a = fdiv double %x, 3.2
16 %b = fdiv double %y, 3.3
17 %z = select i1 %c, double %a, double %b
18 ret double %z
19}
20
21; Hoist floating-point constant-pool loads out of loops.
22
23; CHECK: bar:
24; CHECK: movsd
25; CHECK: align
26define void @bar(double* nocapture %p, i64 %n) nounwind {
27entry:
28 %0 = icmp sgt i64 %n, 0
29 br i1 %0, label %bb, label %return
30
31bb:
32 %i.03 = phi i64 [ 0, %entry ], [ %3, %bb ]
33 %scevgep = getelementptr double* %p, i64 %i.03
34 %1 = load double* %scevgep, align 8
35 %2 = fdiv double 3.200000e+00, %1
36 store double %2, double* %scevgep, align 8
37 %3 = add nsw i64 %i.03, 1
38 %exitcond = icmp eq i64 %3, %n
39 br i1 %exitcond, label %return, label %bb
40
41return:
42 ret void
43}
Dan Gohmana104d1e2009-10-28 01:13:53 +000044
45; Sink instructions with dead EFLAGS defs.
46
Bill Wendling869d60d2010-06-03 07:54:20 +000047; FIXME: Unfail the zzz test if we can correctly mark pregs with the kill flag.
48;
49; See <rdar://problem/8030636>. This test isn't valid after we made machine
50; sinking more conservative about sinking instructions that define a preg into a
51; block when we don't know if the preg is killed within the current block.
Dan Gohmana104d1e2009-10-28 01:13:53 +000052
Bill Wendling869d60d2010-06-03 07:54:20 +000053
54; FIXMEHECK: zzz:
55; FIXMEHECK: je
56; FIXMEHECK-NEXT: orb
57
58; define zeroext i8 @zzz(i8 zeroext %a, i8 zeroext %b) nounwind readnone {
59; entry:
60; %tmp = zext i8 %a to i32 ; <i32> [#uses=1]
61; %tmp2 = icmp eq i8 %a, 0 ; <i1> [#uses=1]
62; %tmp3 = or i8 %b, -128 ; <i8> [#uses=1]
63; %tmp4 = and i8 %b, 127 ; <i8> [#uses=1]
64; %b_addr.0 = select i1 %tmp2, i8 %tmp4, i8 %tmp3 ; <i8> [#uses=1]
65; ret i8 %b_addr.0
66; }
Dan Gohman589f1f52009-10-28 03:21:57 +000067
68; Codegen should hoist and CSE these constants.
69
70; CHECK: vv:
Bill Wendling869d60d2010-06-03 07:54:20 +000071; CHECK: LCPI2_0(%rip), %xmm0
72; CHECK: LCPI2_1(%rip), %xmm1
73; CHECK: LCPI2_2(%rip), %xmm2
Dan Gohman589f1f52009-10-28 03:21:57 +000074; CHECK: align
75; CHECK-NOT: LCPI
76; CHECK: ret
77
78@_minusZero.6007 = internal constant <4 x float> <float -0.000000e+00, float -0.000000e+00, float -0.000000e+00, float -0.000000e+00> ; <<4 x float>*> [#uses=0]
79@twoTo23.6008 = internal constant <4 x float> <float 8.388608e+06, float 8.388608e+06, float 8.388608e+06, float 8.388608e+06> ; <<4 x float>*> [#uses=0]
80
81define void @vv(float* %y, float* %x, i32* %n) nounwind ssp {
82entry:
83 br label %bb60
84
85bb: ; preds = %bb60
86 %0 = bitcast float* %x_addr.0 to <4 x float>* ; <<4 x float>*> [#uses=1]
87 %1 = load <4 x float>* %0, align 16 ; <<4 x float>> [#uses=4]
88 %tmp20 = bitcast <4 x float> %1 to <4 x i32> ; <<4 x i32>> [#uses=1]
89 %tmp22 = and <4 x i32> %tmp20, <i32 2147483647, i32 2147483647, i32 2147483647, i32 2147483647> ; <<4 x i32>> [#uses=1]
90 %tmp23 = bitcast <4 x i32> %tmp22 to <4 x float> ; <<4 x float>> [#uses=1]
91 %tmp25 = bitcast <4 x float> %1 to <4 x i32> ; <<4 x i32>> [#uses=1]
92 %tmp27 = and <4 x i32> %tmp25, <i32 -2147483648, i32 -2147483648, i32 -2147483648, i32 -2147483648> ; <<4 x i32>> [#uses=2]
93 %tmp30 = call <4 x float> @llvm.x86.sse.cmp.ps(<4 x float> %tmp23, <4 x float> <float 8.388608e+06, float 8.388608e+06, float 8.388608e+06, float 8.388608e+06>, i8 5) ; <<4 x float>> [#uses=1]
94 %tmp34 = bitcast <4 x float> %tmp30 to <4 x i32> ; <<4 x i32>> [#uses=1]
95 %tmp36 = xor <4 x i32> %tmp34, <i32 -1, i32 -1, i32 -1, i32 -1> ; <<4 x i32>> [#uses=1]
96 %tmp37 = and <4 x i32> %tmp36, <i32 1258291200, i32 1258291200, i32 1258291200, i32 1258291200> ; <<4 x i32>> [#uses=1]
97 %tmp42 = or <4 x i32> %tmp37, %tmp27 ; <<4 x i32>> [#uses=1]
98 %tmp43 = bitcast <4 x i32> %tmp42 to <4 x float> ; <<4 x float>> [#uses=2]
99 %tmp45 = fadd <4 x float> %1, %tmp43 ; <<4 x float>> [#uses=1]
100 %tmp47 = fsub <4 x float> %tmp45, %tmp43 ; <<4 x float>> [#uses=2]
101 %tmp49 = call <4 x float> @llvm.x86.sse.cmp.ps(<4 x float> %1, <4 x float> %tmp47, i8 1) ; <<4 x float>> [#uses=1]
102 %2 = bitcast <4 x float> %tmp49 to <4 x i32> ; <<4 x i32>> [#uses=1]
103 %3 = call <4 x float> @llvm.x86.sse2.cvtdq2ps(<4 x i32> %2) nounwind readnone ; <<4 x float>> [#uses=1]
104 %tmp53 = fadd <4 x float> %tmp47, %3 ; <<4 x float>> [#uses=1]
105 %tmp55 = bitcast <4 x float> %tmp53 to <4 x i32> ; <<4 x i32>> [#uses=1]
106 %tmp57 = or <4 x i32> %tmp55, %tmp27 ; <<4 x i32>> [#uses=1]
107 %tmp58 = bitcast <4 x i32> %tmp57 to <4 x float> ; <<4 x float>> [#uses=1]
108 %4 = bitcast float* %y_addr.0 to <4 x float>* ; <<4 x float>*> [#uses=1]
109 store <4 x float> %tmp58, <4 x float>* %4, align 16
110 %5 = getelementptr float* %x_addr.0, i64 4 ; <float*> [#uses=1]
111 %6 = getelementptr float* %y_addr.0, i64 4 ; <float*> [#uses=1]
112 %7 = add i32 %i.0, 4 ; <i32> [#uses=1]
113 br label %bb60
114
115bb60: ; preds = %bb, %entry
116 %i.0 = phi i32 [ 0, %entry ], [ %7, %bb ] ; <i32> [#uses=2]
117 %x_addr.0 = phi float* [ %x, %entry ], [ %5, %bb ] ; <float*> [#uses=2]
118 %y_addr.0 = phi float* [ %y, %entry ], [ %6, %bb ] ; <float*> [#uses=2]
119 %8 = load i32* %n, align 4 ; <i32> [#uses=1]
120 %9 = icmp sgt i32 %8, %i.0 ; <i1> [#uses=1]
121 br i1 %9, label %bb, label %return
122
123return: ; preds = %bb60
124 ret void
125}
126
127declare <4 x float> @llvm.x86.sse.cmp.ps(<4 x float>, <4 x float>, i8) nounwind readnone
128
129declare <4 x float> @llvm.x86.sse2.cvtdq2ps(<4 x i32>) nounwind readnone
Dan Gohman0115e162009-10-30 22:18:41 +0000130
131; CodeGen should use the correct register class when extracting
132; a load from a zero-extending load for hoisting.
133
134; CHECK: default_get_pch_validity:
135; CHECK: movl cl_options_count(%rip), %ecx
136
137@cl_options_count = external constant i32 ; <i32*> [#uses=2]
138
139define void @default_get_pch_validity() nounwind {
140entry:
141 %tmp4 = load i32* @cl_options_count, align 4 ; <i32> [#uses=1]
142 %tmp5 = icmp eq i32 %tmp4, 0 ; <i1> [#uses=1]
143 br i1 %tmp5, label %bb6, label %bb2
144
145bb2: ; preds = %bb2, %entry
146 %i.019 = phi i64 [ 0, %entry ], [ %tmp25, %bb2 ] ; <i64> [#uses=1]
147 %tmp25 = add i64 %i.019, 1 ; <i64> [#uses=2]
148 %tmp11 = load i32* @cl_options_count, align 4 ; <i32> [#uses=1]
149 %tmp12 = zext i32 %tmp11 to i64 ; <i64> [#uses=1]
150 %tmp13 = icmp ugt i64 %tmp12, %tmp25 ; <i1> [#uses=1]
151 br i1 %tmp13, label %bb2, label %bb6
152
153bb6: ; preds = %bb2, %entry
154 ret void
155}