projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[X86][SSE] Use lowerVectorShuffleWithUNPCK instead of custom matches.
[oota-llvm.git]
/
test
/
CodeGen
/
X86
/
mfence.ll
1
; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep sfence
2
; RUN: llc < %s -march=x86 -mattr=+sse2 | not grep lfence
3
; RUN: llc < %s -march=x86 -mattr=+sse2 | grep mfence
4
5
define void @test() {
6
fence seq_cst
7
ret void
8
}