Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which cannot...
[llvm/avr.git] / test / CodeGen / Thumb2 / thumb2-bic2.ll
blobb8abdba187d9ead1dbcbd3a7e4282cf2c5a51176
1 ; RUN: llvm-as < %s | llc -march=thumb -mattr=+thumb2 | grep "bic "  | grep {#187\\|#11141290\\|#3422604288\\|#1114112} | count 4
3 ; ~0x000000bb = 4294967108
4 define i32 @f1(i32 %a) {
5     %tmp = and i32 %a, 4294967108
6     ret i32 %tmp
9 ; ~0x00aa00aa = 4283826005
10 define i32 @f2(i32 %a) {
11     %tmp = and i32 %a, 4283826005
12     ret i32 %tmp
15 ; ~0xcc00cc00 = 872363007
16 define i32 @f3(i32 %a) {
17     %tmp = and i32 %a, 872363007
18     ret i32 %tmp
21 ; ~0x00110000 = 4293853183
22 define i32 @f4(i32 %a) {
23     %tmp = and i32 %a, 4293853183
24     ret i32 %tmp