Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / llvm / test / CodeGen / Mips / micromips-andi.ll
blobc84a99fbef4158d892d8e86f3c21dbd7de56eefb
1 ; RUN: llc -march=mipsel -mcpu=mips32r2 -mattr=+micromips \
2 ; RUN:   -relocation-model=pic -O3 < %s | FileCheck %s
4 @x = global i32 65504, align 4
5 @y = global i32 60929, align 4
6 @.str = private unnamed_addr constant [7 x i8] c"%08x \0A\00", align 1
8 define i32 @main() nounwind {
9 entry:
10   %0 = load i32, ptr @x, align 4
11   %and1 = and i32 %0, 4
12   %call1 = call i32 (ptr, ...) @printf(ptr @.str, i32 %and1)
14   %1 = load i32, ptr @y, align 4
15   %and2 = and i32 %1, 5
16   %call2 = call i32 (ptr, ...) @printf(ptr @.str, i32 %and2)
17   ret i32 0
20 declare i32 @printf(ptr, ...)
22 ; CHECK: andi16 ${{[2-7]|16|17}}, ${{[2-7]|16|17}}
23 ; CHECK: andi   ${{[0-9]+}}, ${{[0-9]+}}