xref: /aosp_15_r20/external/llvm/test/CodeGen/AArch64/inline-asm-constraints-badL.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker; RUN: not llc -mtriple=arm64-apple-ios7.0 -o - %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Workerdefine void @foo() {
4*9880d681SAndroid Build Coastguard Worker  ; 32-bit bitpattern ending in 1101 can't be produced.
5*9880d681SAndroid Build Coastguard Worker  call void asm sideeffect "and x0, x0, $0", "L"(i32 13)
6*9880d681SAndroid Build Coastguard Worker  ret void
7*9880d681SAndroid Build Coastguard Worker}
8