You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.205
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
This commit is contained in:
parent
5cd5df71cc
commit
8e12397d70
25
external/llvm/test/CodeGen/MIR/X86/expected-comma-after-memory-operand.mir
vendored
Normal file
25
external/llvm/test/CodeGen/MIR/X86/expected-comma-after-memory-operand.mir
vendored
Normal file
@ -0,0 +1,25 @@
|
||||
# RUN: not llc -march=x86-64 -run-pass none -o /dev/null %s 2>&1 | FileCheck %s
|
||||
|
||||
--- |
|
||||
|
||||
define void @test(i32* %a) {
|
||||
entry2:
|
||||
%b = load i32, i32* %a
|
||||
%c = add i32 %b, 1
|
||||
store i32 %c, i32* %a
|
||||
ret void
|
||||
}
|
||||
|
||||
...
|
||||
---
|
||||
name: test
|
||||
tracksRegLiveness: true
|
||||
liveins:
|
||||
- { reg: '%rdi' }
|
||||
body: |
|
||||
bb.0.entry2:
|
||||
liveins: %rdi
|
||||
; CHECK: [[@LINE+1]]:87: expected ',' before the next machine memory operand
|
||||
INC32m killed %rdi, 1, _, 0, _, implicit-def dead %eflags :: (store 4 into %ir.a) (load 4 from %ir.a)
|
||||
RETQ
|
||||
...
|
Reference in New Issue
Block a user