[llvm] Reapply "[LV] Enable scalable FindLast on RISCV. (#184931)" (PR #190938)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 8 09:14:10 PDT 2026


================
@@ -3219,6 +3219,33 @@ void VPlanTransforms::optimizeEVLMasks(VPlan &Plan) {
   }
 }
 
+// Fixup FindIV reductions. In RISCV, the last 2 iterations might not operate
----------------
topperc wrote:

```suggestion
// Fixup FindIV reductions. In RISC-V, the last 2 iterations might not operate
```

RISC-V is a trademark and should be spelled correctly whenever possible.

https://github.com/llvm/llvm-project/pull/190938


More information about the llvm-commits mailing list