Sign in
swiftshader
/
SwiftShader
/
9e22c542d6be9bdc4066a224264b9d3a1fb73018
/
.
/
third_party
/
LLVM
/
test
/
CodeGen
/
PowerPC
/
load-constant-addr.ll
blob: cb413027f49281481ca570b8babd569bbb906c49 [
file
] [
log
] [
blame
]
; Should fold the ori into the lfs.
; RUN: llc < %s -march=ppc32 | grep lfs
; RUN: llc < %s -march=ppc32 | not grep ori
define
float
@test
()
{
%tmp.i
=
load
float
*
inttoptr
(
i32
186018016
to
float
*)
; <float> [#uses=1]
ret
float
%tmp.i
}