brintos

brintos / llvm-project-archived public Read only

0
0
Text · 317 B · 680ec0e Raw
10 lines · plain
1; Should fold the ori into the lfs.2; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | grep lfs3; RUN: llc -verify-machineinstrs < %s -mtriple=ppc32-- | not grep ori4 5define float @test() {6        %tmp.i = load float, ptr inttoptr (i32 186018016 to ptr)         ; <float> [#uses=1]7        ret float %tmp.i8}9 10