You've already forked linux-packaging-mono
Imported Upstream version 6.0.0.172
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
This commit is contained in:
parent
8016999e4d
commit
64ac736ec5
11
external/llvm/test/CodeGen/AArch64/arm64-inline-asm-error-K.ll
vendored
Normal file
11
external/llvm/test/CodeGen/AArch64/arm64-inline-asm-error-K.ll
vendored
Normal file
@ -0,0 +1,11 @@
|
||||
; RUN: not llc -mtriple=arm64-eabi < %s 2> %t
|
||||
; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
|
||||
|
||||
; Check for at least one invalid constant.
|
||||
; CHECK-ERRORS: error: invalid operand for inline asm constraint 'K'
|
||||
|
||||
define i32 @constraint_K(i32 %i, i32 %j) nounwind {
|
||||
entry:
|
||||
%0 = tail call i32 asm sideeffect "eor $0, $1, $2", "=r,r,K"(i32 %i, i32 -1) nounwind
|
||||
ret i32 %0
|
||||
}
|
Reference in New Issue
Block a user