hanchenye-llvm-project/llvm/test/Regression/Transforms/InstCombine/2004-07-27-ConstantExprMul.ll

9 lines
154 B
LLVM

; RUN: llvm-as < %s | opt -instcombine -disable-output
%p = weak global int 0
int %test(int %x) {
%y = mul int %x, cast (int* %p to int)
ret int %y
}