[all-commits] [llvm/llvm-project] df357a: [VPlan] Use step from induction recipe directly. (...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Jun 11 13:40:33 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df357a71dd7d10ee4bdc0bd22e6be048c5ad7088
https://github.com/llvm/llvm-project/commit/df357a71dd7d10ee4bdc0bd22e6be048c5ad7088
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-06-11 (Sun, 11 Jun 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[VPlan] Use step from induction recipe directly. (NFC)
Directly use the step of the transformed induction instead of creating
a new step. This allows replacing all uses of strides in D147783.
More information about the All-commits
mailing list