blob: f1d061c1ad5a287fe282b8f2c1ec195749c126cf [file] [log] [blame]
Chris Lattner3dfd61b2006-03-20 22:37:05 +00001; Should fold the ori into the lfs.
Dan Gohmanfce288f2009-09-09 00:09:15 +00002; RUN: llc < %s -march=ppc32 | grep lfs
3; RUN: llc < %s -march=ppc32 | not grep ori
Chris Lattner3dfd61b2006-03-20 22:37:05 +00004
Tanya Lattnercfab3da2008-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 Lattner3dfd61b2006-03-20 22:37:05 +00008}
9