hanchenye-llvm-project/llvm/test/Regression/Transforms/InstCombine/2003-05-27-ConstExprCrash.ll

9 lines
167 B
LLVM

; RUN: as < %s | opt -instcombine -disable-output
%X = global int 5
long %test() {
%C = add long 1, 2
%V = add long cast(int* %X to long), %C
ret long %V
}