[llvm] [RISCV] Handle recurrences in RISCVVLOptimizer (PR #151285)
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 5 21:01:02 PDT 2025
================
@@ -847,10 +878,15 @@ static std::optional<OperandInfo> getOperandInfo(const MachineOperand &MO) {
return OperandInfo(getEMULEqualsEEWDivSEWTimesLMUL(*Log2EEW, MI), *Log2EEW);
}
+static bool isTupleInsertInstr(const MachineInstr &MI);
----------------
lukel97 wrote:
Forward declared here to remove code motion from the diff, will remove in a follow-up commit
https://github.com/llvm/llvm-project/pull/151285
More information about the llvm-commits
mailing list