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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
llvm
/
test
/
MC
/
X86
/
fixup-cpu-mode.s
blob
bde2b45758668d5c7c1641a5dcf07b3ed0fc335b
1
//
RUN
:
llvm-mc
-
filetype
=
obj
-
triple x86_64-pc-linux-gnu
%
s
-
o
%
t
2
//
RUN
:
llvm-objdump
--
no-print-imm-hex
-
d
%
t
| FileCheck
%
s
3
4
//
PR18303
5
.global edata
6
sub
$edata
, %
r12
//
CHECK
:
subq $
0
, %
r12
7
.code32
8