Update the isCanonical() implementations to check the VPValue step
operand instead of the step in the induction descriptor.
At the moment this is NFC, but it enables further optimizations if the
step is replaced by a constant in D147783.
Differential D147891
[VPlan] Check VPValue step in isCanonical (NFCI). fhahn on Apr 9 2023, 12:48 PM. Authored by
Details Update the isCanonical() implementations to check the VPValue step At the moment this is NFC, but it enables further optimizations if the
Diff Detail
Unit Tests Event Timeline
Comment Actions Looks good to me, thanks! With some minor nits.
|
Worth also passing in Start?
Documentation should be updated.