Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Mips / i32k.ll
blob130a467433fcd235215f49fd97d0830e160f4a5e
1 ; RUN: llc -mtriple=mipsel-linux-gnu -march=mipsel -mattr=mips16 -relocation-model=pic -mips16-constant-islands=false -O3 < %s | FileCheck %s -check-prefix=16
3 @.str = private unnamed_addr constant [4 x i8] c"%i\0A\00", align 1
5 define i32 @main() nounwind {
6 entry:
7   %call = tail call i32 (ptr, ...) @printf(ptr @.str, i32 1075344593) nounwind
8 ; 16:   lw      ${{[0-9]+}}, 1f
9 ; 16:   b       2f
10 ; 16:   .align  2
11 ; 16: 1:        .word   1075344593
12 ; 16: 2:
14   %call1 = tail call i32 (ptr, ...) @printf(ptr @.str, i32 -1075344593) nounwind
16 ; 16:   lw      ${{[0-9]+}}, 1f
17 ; 16:   b       2f
18 ; 16:   .align  2
19 ; 16: 1:        .word   -1075344593
20 ; 16: 2:
21   ret i32 0
24 declare i32 @printf(ptr nocapture, ...) nounwind