[llvm] [RISCV] Reduce the VL of both operands in VMERGE_VVM (PR #144759)
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 18 11:50:08 PDT 2025
================
@@ -112,7 +112,7 @@ bool RISCVVectorPeephole::tryToReduceVL(MachineInstr &MI) const {
//
// TODO: We can handle a bunch more instructions here, and probably
// recurse backwards through operands too.
----------------
preames wrote:
Yeah, this TODO is definitely stale. Longer term, we should probably eliminate this bit of code in favor of VLOptimizer just to have fewer copies doing roughly the same thing.
https://github.com/llvm/llvm-project/pull/144759
More information about the llvm-commits
mailing list