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