[llvm] [RISCV][VLOPT] Compute demanded VLs up front (PR #124530)
Michael Maitland via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 28 11:37:53 PST 2025
================
@@ -12,15 +12,15 @@
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) {
; CHECK: User VL is: 4
- ; CHECK-NEXT: Abort due to CommonVL == VLOp, no point in reducing.
+ ; CHECK: Abort due to CommonVL == VLOp, no point in reducing.
----------------
michaelmaitland wrote:
Why drop NEXT?
https://github.com/llvm/llvm-project/pull/124530
More information about the llvm-commits
mailing list