[all-commits] [llvm/llvm-project] 8aa122: [LV] Pass step to emitTransformedIndex (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Feb 9 03:13:05 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8aa122081f89486252751eec7eb619d4d0c0b254
https://github.com/llvm/llvm-project/commit/8aa122081f89486252751eec7eb619d4d0c0b254
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-02-09 (Wed, 09 Feb 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Pass step to emitTransformedIndex (NFC).
Move out the induction step creation from emitTransformedIndex to the
callers. In some places (e.g. widenIntOrFpInduction) the step is already
created. Passing the step in ensures the steps are kept in sync.
More information about the All-commits
mailing list