15 lines · plain
1; RUN: llc -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s2 3; Make sure that boolean immediates are properly (zero) extended.4; CHECK: TEST 42 + 1 - .5 6target triple = "aarch64-unknown-linux-gnu"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