brintos

brintos / llvm-project-archived public Read only

0
0
Text · 237 B · bb37108 Raw
14 lines · plain
1; RUN: llc -mtriple arm-linux-gnueabi -filetype asm -o - %s | FileCheck %s2; PR40593 4declare i32 @g(double)5 6define i32 @f(i64 %z, i32 %a, double %b) {7  %tmp = call i32 @g(double %b)8  ret i32 %tmp9}10 11; CHECK-LABEL: f:12; CHECK-NOT: r313 14