Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / mipi-double-small.ll
blob8c67d46c47cd0331befe73445017fb16c491b915
1 ; RUN: llc -march=hexagon < %s
2 ; REQUIRES: asserts
4 target triple = "hexagon"
6 ; Function Attrs: nounwind
7 define void @f0() #0 {
8 b0:
9   br label %b1
11 b1:                                               ; preds = %b0
12   br i1 undef, label %b2, label %b3
14 b2:                                               ; preds = %b1
15   %v0 = tail call <32 x i32> @llvm.hexagon.V6.lo.128B(<64 x i32> undef)
16   store <32 x i32> %v0, ptr undef, align 128
17   unreachable
19 b3:                                               ; preds = %b1
20   ret void
23 ; Function Attrs: nounwind readnone
24 declare <32 x i32> @llvm.hexagon.V6.lo.128B(<64 x i32>) #1
26 attributes #0 = { nounwind "target-cpu"="hexagonv60" "target-features"="+hvx,+hvx-length128b" }
27 attributes #1 = { nounwind readnone }