File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
llvm/test/CodeGen/RISCV/rvv Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 3
3
4
4
; REQUIRES: asserts
5
5
6
+ ; GitHub Issue #123862 provided a case where the riscv-vl-optimizer pass was
7
+ ; very slow. It was found that that case benefited greatly from aborting due
8
+ ; to CommonVL == VLOp. Adding the case provided in the issue would show up
9
+ ; as a long running test instead of a test failure. We would likley have a hard
10
+ ; time figuring if that case had a regression. So instead, we check this output
11
+ ; which was responsible for speeding it up.
12
+
6
13
define <vscale x 4 x i32 > @same_vl_imm (<vscale x 4 x i32 > %passthru , <vscale x 4 x i32 > %a , <vscale x 4 x i32 > %b ) {
7
14
; CHECK: User VL is: 4
8
15
; CHECK-NEXT: Abort due to CommonVL == VLOp, no point in reducing.
You can’t perform that action at this time.
0 commit comments