Chris Lattner | 3dfd61b | 2006-03-20 22:37:05 +0000 | [diff] [blame^] | 1 | ; 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 | |||||
5 | float %test() { | ||||
6 | %tmp.i = load float* cast (uint 186018016 to float*) | ||||
7 | ret float %tmp.i | ||||
8 | } | ||||
9 |