blob: 65ec78279eb7b1b4eeb974185fc993ec37ff7c53 [file] [log] [blame]
Chris Lattner3dfd61b2006-03-20 22:37:05 +00001; Should fold the ori into the lfs.
Reid Spencereb1d74e2007-04-16 17:36:08 +00002; RUN: llvm-upgrade < %s | llvm-as | llc -march=ppc32 | grep lfs
Reid Spencer69ccadd2006-12-02 04:23:10 +00003; 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