[llvm] [RISCV] Handle recurrences in RISCVVLOptimizer (PR #151285)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 5 16:58:31 PDT 2025
================
@@ -813,6 +844,7 @@ static std::optional<OperandInfo> getOperandInfo(const MachineOperand &MO) {
const MachineInstr &MI = *MO.getParent();
const RISCVVPseudosTable::PseudoInfo *RVV =
RISCVVPseudosTable::getPseudoInfo(MI.getOpcode());
+ MI.dump();
----------------
topperc wrote:
debug code?
https://github.com/llvm/llvm-project/pull/151285
More information about the llvm-commits
mailing list