repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[ARM] Adjust how NEON shifts are lowered
[llvm-core.git]
/
test
/
CodeGen
/
X86
/
barrier-sse.ll
blob
80c0cc82e93e0408a694390a739c59757da39799
1
; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=+sse2 | FileCheck %s
2
3
define void @test() {
4
fence acquire
5
; CHECK: #MEMBARRIER
6
7
fence release
8
; CHECK: #MEMBARRIER
9
10
fence acq_rel
11
; CHECK: #MEMBARRIER
12
13
ret void
14
}