projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fix vbroadcast matching logic to early unmatch if the node doesn't have
[oota-llvm.git]
/
test
/
CodeGen
/
X86
/
sfence.ll
1
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep sfence
2
3
declare void @llvm.memory.barrier( i1 , i1 , i1 , i1 , i1)
4
5
define void @test() {
6
call void @llvm.memory.barrier( i1 false, i1 false, i1 false, i1 true, i1 true)
7
ret void
8
}