26 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2;; LowerFP_TO_SINT should not create a stack object if it's not needed.3 4; RUN: llc < %s -mtriple=i686-- -mattr=+sse2 | FileCheck %s5 6define i32 @main(i32 %argc, ptr %argv) {7; CHECK-LABEL: main:8; CHECK: # %bb.0: # %cond_false.i.i.i9; CHECK-NEXT: cvttsd2si 0, %eax10; CHECK-NEXT: movl %eax, 011; CHECK-NEXT: xorl %eax, %eax12; CHECK-NEXT: retl13cond_false.i.i.i: ; preds = %bb.i514 %tmp35.i = load double, ptr null, align 8 ; <double> [#uses=1]15 %tmp3536.i = fptosi double %tmp35.i to i32 ; <i32> [#uses=1]16 %tmp3536140.i = zext i32 %tmp3536.i to i64 ; <i64> [#uses=1]17 %tmp39.i = load double, ptr null, align 4 ; <double> [#uses=1]18 %tmp3940.i = fptosi double %tmp39.i to i32 ; <i32> [#uses=1]19 %tmp3940137.i = zext i32 %tmp3940.i to i64 ; <i64> [#uses=1]20 %tmp3940137138.i = shl i64 %tmp3940137.i, 32 ; <i64> [#uses=1]21 %tmp3940137138.ins.i = or i64 %tmp3940137138.i, %tmp3536140.i ; <i64> [#uses=1]22 %tmp95.i.i = trunc i64 %tmp3940137138.ins.i to i32 ; <i32> [#uses=1]23 store i32 %tmp95.i.i, ptr null, align 424 ret i32 025}26