Merge branch 'master' into msp430
[llvm/msp430.git] / test / CodeGen / PowerPC / load-constant-addr.ll
blobd2be04efd03667e1b4e5bbd5f91c2636dbf8cd21
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
5 define float @test() {
6         %tmp.i = load float* inttoptr (i32 186018016 to float*)         ; <float> [#uses=1]
7         ret float %tmp.i