Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / constp-clb.ll
blobe2e3e4a59c7cf3037d9b63196c63f9e9d2163020
1 ; RUN: llc -march=hexagon < %s
2 ; REQUIRES: asserts
4 target triple = "hexagon-unknown--elf"
6 ; Function Attrs: nounwind readnone
7 define i64 @foo() #0 {
8 entry:
9   %0 = tail call i32 @llvm.hexagon.S2.clbp(i64 291)
10   %1 = tail call i64 @llvm.hexagon.A4.combineir(i32 0, i32 %0)
11   ret i64 %1
14 ; Function Attrs: nounwind readnone
15 declare i32 @llvm.hexagon.S2.clbp(i64) #0
17 ; Function Attrs: nounwind readnone
18 declare i64 @llvm.hexagon.A4.combineir(i32, i32) #0
20 attributes #0 = { nounwind readnone }