blob: f1d061c1ad5a287fe282b8f2c1ec195749c126cf [file] [log] [blame]
Chris Lattner38f08942006-03-20 22:37:05 +00001; Should fold the ori into the lfs.
Dan Gohmanc8054d92009-09-09 00:09:15 +00002; RUN: llc < %s -march=ppc32 | grep lfs
3; RUN: llc < %s -march=ppc32 | not grep ori
Chris Lattner38f08942006-03-20 22:37:05 +00004
Tanya Lattnera99d8b52008-02-19 08:07:33 +00005define float @test() {
6 %tmp.i = load float* inttoptr (i32 186018016 to float*) ; <float> [#uses=1]
7 ret float %tmp.i
Chris Lattner38f08942006-03-20 22:37:05 +00008}
9