1*9880d681SAndroid Build Coastguard Worker; Should fold the ori into the lfs. 2*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -march=ppc32 | grep lfs 3*9880d681SAndroid Build Coastguard Worker; RUN: llc < %s -march=ppc32 | not grep ori 4*9880d681SAndroid Build Coastguard Worker 5*9880d681SAndroid Build Coastguard Workerdefine float @test() { 6*9880d681SAndroid Build Coastguard Worker %tmp.i = load float, float* inttoptr (i32 186018016 to float*) ; <float> [#uses=1] 7*9880d681SAndroid Build Coastguard Worker ret float %tmp.i 8*9880d681SAndroid Build Coastguard Worker} 9*9880d681SAndroid Build Coastguard Worker 10