Revert " [LoongArch][ISel] Check the number of sign bits in `PatGprGpr_32` (#107432)"
[llvm-project.git] / llvm / test / CodeGen / Hexagon / swp-xxh2.ll
blob16ca2136ca0a917c82ca86d9ee5a8b6c8fd06686
1 ; RUN: llc -march=hexagon -enable-pipeliner -debug-only=pipeliner < %s -o - 2>&1 > /dev/null | FileCheck %s
2 ; REQUIRES: asserts
4 ; Fix bug when pipelining xxh benchmark at O3, mv55, and with vectorization.
5 ; The problem is choosing the correct name for the Phis in the epilog.
7 ; CHECK: New block
8 ; CHECK: %{{.*}}, %[[REG:([0-9]+)]]{{.*}} = L2_loadri_pi
9 ; CHECK: epilog:
10 ; CHECK: = PHI
11 ; CHECK-NOT: = PHI %{{[0-9]+}}, {{.*}}, %[[REG]]
12 ; CHECK: = PHI
14 ; Function Attrs: nounwind
15 define void @f0(i32 %a0, ptr %a1) #0 {
16 b0:
17   %v0 = ashr i32 %a0, 1
18   br label %b1
20 b1:                                               ; preds = %b1, %b0
21   %v1 = phi i64 [ %v8, %b1 ], [ undef, %b0 ]
22   %v2 = phi i32 [ %v9, %b1 ], [ 0, %b0 ]
23   %v3 = phi i32 [ %v7, %b1 ], [ undef, %b0 ]
24   %v4 = inttoptr i32 %v3 to ptr
25   %v5 = load i32, ptr %v4, align 4, !tbaa !0
26   %v6 = tail call i64 @llvm.hexagon.S2.packhl(i32 %v5, i32 undef)
27   %v7 = add nsw i32 %v3, -16
28   %v8 = tail call i64 @llvm.hexagon.M2.vdmacs.s0(i64 %v1, i64 undef, i64 %v6)
29   %v9 = add nsw i32 %v2, 1
30   %v10 = icmp eq i32 %v9, %v0
31   br i1 %v10, label %b2, label %b1
33 b2:                                               ; preds = %b1
34   %v11 = trunc i64 %v8 to i32
35   %v12 = getelementptr inbounds i32, ptr %a1, i32 8
36   store i32 %v11, ptr %v12, align 4, !tbaa !0
37   call void @llvm.trap()
38   unreachable
41 ; Function Attrs: nounwind readnone
42 declare i64 @llvm.hexagon.M2.vdmacs.s0(i64, i64, i64) #1
44 ; Function Attrs: nounwind readnone
45 declare i64 @llvm.hexagon.S2.packhl(i32, i32) #1
47 ; Function Attrs: noreturn nounwind
48 declare void @llvm.trap() #2
50 attributes #0 = { nounwind "target-cpu"="hexagonv55" }
51 attributes #1 = { nounwind readnone }
52 attributes #2 = { noreturn nounwind }
54 !0 = !{!1, !1, i64 0}
55 !1 = !{!"int", !2, i64 0}
56 !2 = !{!"omnipotent char", !3, i64 0}
57 !3 = !{!"Simple C/C++ TBAA"}