brintos

brintos / llvm-project-archived public Read only

0
0
Text · 389 B · 79345b9 Raw
15 lines · plain
1; RUN: llc -mtriple=armv7-unknown-linux-gnueabi < %s | FileCheck %s2 3; Make sure that boolean immediates are properly (zero) extended.4; CHECK: TEST 42 + 1 - .5 6target triple = "armv7-unknown-linux-gnueabi"7 8define i32 @foo() #0 {9entry:10  tail call void asm sideeffect "#TEST 42 + ${0:c} - .\0A\09", "i,~{dirflag},~{fpsr},~{flags}"(i1 true) #011  ret i32 112}13 14attributes #0 = { nounwind }15