[all-commits] [llvm/llvm-project] 511726: [LV] Move getStepVector out of ILV (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Dec 26 12:17:57 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 511726c64d3b6cca66f7c54d457d586aa3129f67
https://github.com/llvm/llvm-project/commit/511726c64d3b6cca66f7c54d457d586aa3129f67
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-12-26 (Sun, 26 Dec 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Move getStepVector out of ILV (NFC).
First step to split up induction handling and move it outside ILV.
Used in D116123 and following.
More information about the All-commits
mailing list