Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / bit-extractu-half.ll
blobfec4a02d9269a699a769d8e2389c8a1579200218
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; Pick lsr (in bit-simplification) for extracting high halfword.
3 ; CHECK: lsr{{.*}}#16
5 define i32 @foo(i32 %x) #0 {
6   %a = call i32 @llvm.hexagon.S2.extractu(i32 %x, i32 16, i32 16)
7   ret i32 %a
10 declare i32 @llvm.hexagon.S2.extractu(i32, i32, i32) #0
12 attributes #0 = { nounwind readnone }