This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
5352f35a89
llvm-project
/
llvm
/
test
/
CodeGen
/
X86
/
barrier.ll
7 lines
102 B
LLVM
Raw
Normal View
History
Unescape
Escape
Custom lower the memory barrier instructions and add support for lowering without sse2. Add a couple of new testcases. Fixes a few libgomp tests and latent bugs. Remove a few todos. llvm-svn: 109078
2010-07-22 10:48:34 +08:00
; RUN: llc < %s -march=x86 -mattr=-sse2 | grep lock
define
void
@test
(
)
{
Last batch of test conversions to new atomic instructions. llvm-svn: 140585
2011-09-27 08:17:29 +08:00
fence
seq_cst
Custom lower the memory barrier instructions and add support for lowering without sse2. Add a couple of new testcases. Fixes a few libgomp tests and latent bugs. Remove a few todos. llvm-svn: 109078
2010-07-22 10:48:34 +08:00
ret
void
Last batch of test conversions to new atomic instructions. llvm-svn: 140585
2011-09-27 08:17:29 +08:00
}