mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-01 16:33:37 +01:00
142428ce64
llvm-svn: 81293
10 lines
264 B
LLVM
10 lines
264 B
LLVM
; 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
|
|
}
|
|
|