Sign in
rust
/
rust-lang
/
llvm-project
/
e8a2ffcf322f45b8dce82c65ab27a3e2430a6b51
/
.
/
llvm
/
test
/
Transforms
/
InstCombine
/
2003-05-27-ConstExprCrash.ll
blob: 778083e3ae03a5718435725baf90c43fb80d88ec [
file
] [
log
] [
blame
]
; RUN: opt < %s -passes=instcombine -disable-output
@X
=
global
i32
5
; <ptr> [#uses=1]
define
i64
@test
()
{
%C
=
add
i64
1
,
2
; <i64> [#uses=1]
%V
=
add
i64
ptrtoint
(
ptr
@X
to
i64
),
%C
; <i64> [#uses=1]
ret
i64
%V
}