blob: d2be04efd03667e1b4e5bbd5f91c2636dbf8cd21 [file] [log] [blame]
Chris Lattner3dfd61b2006-03-20 22:37:05 +00001; Should fold the ori into the lfs.
Tanya Lattnercfab3da2008-02-19 08:07:33 +00002; RUN: llvm-as < %s | llc -march=ppc32 | grep lfs
3; RUN: llvm-as < %s | llc -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