repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pass machinemoduleinfo down into getSymbolForDwarfGlobalReference,
[llvm/avr.git]
/
test
/
CodeGen
/
PowerPC
/
load-constant-addr.ll
blob
f1d061c1ad5a287fe282b8f2c1ec195749c126cf
1
; Should fold the ori into the lfs.
2
; RUN: llc < %s -march=ppc32 | grep lfs
3
; RUN: llc < %s -march=ppc32 | not grep ori
4
5
define float @test() {
6
%tmp.i = load float* inttoptr (i32 186018016 to float*) ; <float> [#uses=1]
7
ret float %tmp.i
8
}
9