Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / dccleana.ll
blob85cb6d21061425621b936f1b0a73a7060c81d050
1 ; RUN: llc -march=hexagon < %s | FileCheck %s
2 ; REQUIRES: asserts
4 ; CHECK: dccleana
6 ; Function Attrs: nounwind
7 declare void @llvm.hexagon.Y2.dccleana(ptr) #0
9 define i32 @f0(ptr %a0) {
10 b0:
11   tail call void @llvm.hexagon.Y2.dccleana(ptr %a0)
12   %v0 = load i8, ptr %a0
13   %v1 = zext i8 %v0 to i32
14   ret i32 %v1
17 attributes #0 = { nounwind }