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
[DAG] TransformFPLoadStorePair - early out if we're not loading a simple type
[llvm-project.git]
/
llvm
/
test
/
MC
/
ELF
/
diff2.s
blob
625b300023f5874113d09537781d744399f09216
1
//
RUN
:
not
llvm-mc
-
filetype
=
obj
-
triple x86_64-pc-linux-gnu
%
s
2
> %
t
> /
dev
/
null
2
//
RUN
:
FileCheck
-
input-file
%
t
%
s
3
4
.global zed
5
.data
6
foo
:
7
.text
8
nop
9
bar
:
10
nop
11
zed
:
12
//
CHECK
:
expected relocatable expression
13
mov zed+
(
bar-foo
), %
eax