You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
22
external/llvm/test/CodeGen/X86/atomic-pointer.ll
vendored
22
external/llvm/test/CodeGen/X86/atomic-pointer.ll
vendored
@ -1,22 +0,0 @@
|
||||
; RUN: llc < %s -mtriple=i686-none-linux -verify-machineinstrs | FileCheck %s
|
||||
|
||||
define i32* @test_atomic_ptr_load(i32** %a0) {
|
||||
; CHECK: test_atomic_ptr_load
|
||||
; CHECK: movl
|
||||
; CHECK: movl
|
||||
; CHECK: ret
|
||||
0:
|
||||
%0 = load atomic i32*, i32** %a0 seq_cst, align 4
|
||||
ret i32* %0
|
||||
}
|
||||
|
||||
define void @test_atomic_ptr_store(i32* %a0, i32** %a1) {
|
||||
; CHECK: test_atomic_ptr_store
|
||||
; CHECK: movl
|
||||
; CHECK: movl
|
||||
; CHECK: xchgl
|
||||
; CHECK: ret
|
||||
0:
|
||||
store atomic i32* %a0, i32** %a1 seq_cst, align 4
|
||||
ret void
|
||||
}
|
Reference in New Issue
Block a user