blob: 421b931ecd5a2a7c64f8e024a4708200b0d058c8 [file] [log] [blame]
Dan Gohman0a063102009-09-08 23:54:48 +00001; RUN: llc < %s -march=x86 -mattr=+sse2 -o - | not grep {ucomiss\[^,\]*esp}
Duncan Sandsc2a04622008-10-24 13:03:10 +00002
3define void @f(float %wt) {
4entry:
5 %0 = fcmp ogt float %wt, 0.000000e+00 ; <i1> [#uses=1]
6 %1 = tail call i32 @g(i32 44) ; <i32> [#uses=3]
7 %2 = inttoptr i32 %1 to i8* ; <i8*> [#uses=2]
8 br i1 %0, label %bb, label %bb1
9
10bb: ; preds = %entry
11 ret void
12
13bb1: ; preds = %entry
14 ret void
15}
16
17declare i32 @g(i32)