You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10 lines
271 B
10 lines
271 B
7 months ago
|
; 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, float* inttoptr (i32 186018016 to float*) ; <float> [#uses=1]
|
||
|
ret float %tmp.i
|
||
|
}
|
||
|
|