brintos

brintos / llvm-project-archived public Read only

0
0
Text · 234 B · a9a07e3 Raw
10 lines · plain
1; RUN: opt < %s -passes=instcombine -disable-output2 3@p = weak global i32 0          ; <ptr> [#uses=1]4 5define i32 @test(i32 %x) {6        %y = mul i32 %x, ptrtoint (ptr @p to i32)              ; <i32> [#uses=1]7        ret i32 %y8}9 10