[ARM] Adjust how NEON shifts are lowered
[llvm-core.git] / test / Transforms / ConstProp / 2006-12-01-TruncBoolBug.ll
blobce66c706488da619adf4d2eb5ce051cc3c18d098
1 ; RUN: opt < %s -instcombine -S | \
2 ; RUN:   grep "ret i1 false"
3 define i1 @test() {
4         %X = trunc i32 320 to i1                ; <i1> [#uses=1]
5         ret i1 %X