blob: d7e3d454e4e577fa6dacf1046b1dd06ec92b53c7 [file] [log] [blame]
Chris Lattner3dfd61b2006-03-20 22:37:05 +00001; Should fold the ori into the lfs.
Reid Spencer69ccadd2006-12-02 04:23:10 +00002; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep lfs &&
3; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | not grep ori
Chris Lattner3dfd61b2006-03-20 22:37:05 +00004
5float %test() {
6 %tmp.i = load float* cast (uint 186018016 to float*)
7 ret float %tmp.i
8}
9