Sign in
ara-mdk
/
platform
/
external
/
llvm
/
09a01e92d09849cd8bd0e867ac68ab1da7efb26d
/
.
/
test
/
Transforms
/
ConstProp
/
2006-12-01-TruncBoolBug.ll
blob: ce66c706488da619adf4d2eb5ce051cc3c18d098 [
file
] [
log
] [
blame
]
; RUN: opt < %s -instcombine -S | \
; RUN: grep "ret i1 false"
define
i1
@test
()
{
%X
=
trunc
i32
320
to
i1
; <i1> [#uses=1]
ret
i1
%X
}