brintos

brintos / llvm-project-archived public Read only

0
0
Text · 247 B · e11cdd1 Raw
12 lines · plain
1; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 | FileCheck %s2; CHECK: movsd3; CHECK-NOT: mov4 5define i32 @foo() nounwind {6entry:7	tail call fastcc void @bar( double 1.000000e+00 ) nounwind8	ret i32 09}10 11declare fastcc void @bar(double)12