Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Lanai / set_and_hi.ll
blob2eee7517318ed39686555424f5f2f0f0a3bf4f43
1 ; RUN: llc < %s | FileCheck %s
3 ; Test matching of and_hi.
5 target datalayout = "E-m:e-p:32:32-i64:64-a:0:32-n32-S64"
6 target triple = "lanai"
8 @x = common global i32 0, align 4
10 ; CHECK-LABEL: setandhi:
11 ; CHECK: mov 0xfffffe4a, %r{{[0-9]+}}
12 define void @setandhi() #0 {
13   store volatile i32 -438, ptr @x, align 4
14   ret void