You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.207
Former-commit-id: 3b152f462918d427ce18620a2cbe4f8b79650449
This commit is contained in:
parent
8e12397d70
commit
eb85e2fc17
14
external/llvm/test/Verifier/atomics.ll
vendored
14
external/llvm/test/Verifier/atomics.ll
vendored
@ -1,14 +0,0 @@
|
||||
; RUN: not opt -verify < %s 2>&1 | FileCheck %s
|
||||
|
||||
; CHECK: atomic store operand must have integer, pointer, or floating point type!
|
||||
; CHECK: atomic load operand must have integer, pointer, or floating point type!
|
||||
|
||||
define void @foo(x86_mmx* %P, x86_mmx %v) {
|
||||
store atomic x86_mmx %v, x86_mmx* %P unordered, align 8
|
||||
ret void
|
||||
}
|
||||
|
||||
define x86_mmx @bar(x86_mmx* %P) {
|
||||
%v = load atomic x86_mmx, x86_mmx* %P unordered, align 8
|
||||
ret x86_mmx %v
|
||||
}
|
Reference in New Issue
Block a user