[ARM] More MVE compare vector splat combines for ANDs
[llvm-complete.git] / test / CodeGen / PowerPC / load-constant-addr.ll
blob4e97925eca9f92b3ceaa7cd68641c4eaae8855ed
1 ; Should fold the ori into the lfs.
2 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep lfs
3 ; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep ori
5 define float @test() {
6         %tmp.i = load float, float* inttoptr (i32 186018016 to float*)         ; <float> [#uses=1]
7         ret float %tmp.i