summaryrefslogtreecommitdiffstats
path: root/test/Transforms/InstCombine/2004-07-27-ConstantExprMul.ll
blob: 82eecbb6986bf88d03fe4b7e24a5832d7539addb (plain)
1
2
3
4
5
6
7
8
9
; RUN: llvm-as < %s | opt -instcombine -disable-output

@p = weak global i32 0          ; <i32*> [#uses=1]

define i32 @test(i32 %x) {
        %y = mul i32 %x, ptrtoint (i32* @p to i32)              ; <i32> [#uses=1]
        ret i32 %y
}

OpenPOWER on IntegriCloud