[llvm] [RISCV] Add TSFlag for reading past VL behaviour. NFCI (PR #149704)
Pengcheng Wang via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 22 05:21:36 PDT 2025
================
@@ -1315,7 +1287,8 @@ RISCVVLOptimizer::getMinimumVLForUser(const MachineOperand &UserOp) const {
return std::nullopt;
}
- if (mayReadPastVL(UserMI)) {
+ if (RISCVII::readsPastVL(
----------------
wangpc-pp wrote:
I'm OK with adding it to RISCVInstrPredicates.td.
https://github.com/llvm/llvm-project/pull/149704
More information about the llvm-commits
mailing list