[llvm] [VPlan] Introduce replaceSymbolicStrides (NFC) (PR #155842)
Florian Hahn via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 31 13:07:47 PDT 2025
================
@@ -199,6 +199,12 @@ struct VPlanTransforms {
truncateToMinimalBitwidths(VPlan &Plan,
const MapVector<Instruction *, uint64_t> &MinBWs);
+ /// Replace the symbolic strides in \p Plan, with data from \p StridesMap,
+ /// with constants when possible.
----------------
fhahn wrote:
```suggestion
/// Replace symbolic strides from \p StridesMap in \p Plan with constants when possible.
```
https://github.com/llvm/llvm-project/pull/155842
More information about the llvm-commits
mailing list