repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[AArch64,ELF] Restrict MOVZ/MOVK to non-PIC large code model (#70178)
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
X86
/
barrier.ll
blob
f85c0ae98af1dafa2619158e330029347f093615
1
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
2
; RUN: llc < %s -mtriple=i686-- -mattr=-sse2 | FileCheck %s
3
4
define void @test() {
5
; CHECK-LABEL: test:
6
; CHECK: # %bb.0:
7
; CHECK-NEXT: lock orl $0, (%esp)
8
; CHECK-NEXT: retl
9
fence seq_cst
10
ret void
11
}