Shrink Thumb2 movcc instructions.
[llvm/avr.git] / test / Transforms / ConstProp / bitcast2.ll
blob66def7f49da23b03f465b073c34f5c06cb89ee34
1 ; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep bitcast
2 ; PR2165
4 define <1 x i64> @test() {
5   %A = bitcast i64 63 to <1 x i64>
6   ret <1 x i64> %A