Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / PowerPC / load-constant-addr.ll
blob680ec0e046fd5cc73c3f25ea506ecdbbafe8c42e
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, ptr inttoptr (i32 186018016 to ptr)         ; <float> [#uses=1]
7         ret float %tmp.i