2009-06-02 17:52:33 +00:00
|
|
|
; Should fold the ori into the lfs.
|
2017-01-02 19:17:04 +00:00
|
|
|
; RUN: llc -verify-machineinstrs < %s -march=ppc32 | grep lfs
|
|
|
|
; RUN: llc -verify-machineinstrs < %s -march=ppc32 | not grep ori
|
2009-06-02 17:52:33 +00:00
|
|
|
|
|
|
|
define float @test() {
|
2015-05-27 18:44:32 +00:00
|
|
|
%tmp.i = load float, float* inttoptr (i32 186018016 to float*) ; <float> [#uses=1]
|
2009-06-02 17:52:33 +00:00
|
|
|
ret float %tmp.i
|
|
|
|
}
|
|
|
|
|