[all-commits] [llvm/llvm-project] e6d5dc: [LV] Pass kind and induction binop to emitTransfor...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Aug 10 02:36:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e6d5dcf84c80677cb6e606b8a464b31579554e07
https://github.com/llvm/llvm-project/commit/e6d5dcf84c80677cb6e606b8a464b31579554e07
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-08-10 (Thu, 10 Aug 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Pass kind and induction binop to emitTransformedIndex (NFC).
Explicitly pass InductionKind and InductionBinOp to
emitTransformedIndex. Only those values are needed from the induction
descriptor. This makes explicit what is needed for the function and
allows future use cases where the a full induction descriptor object is
not available.
More information about the All-commits
mailing list