[all-commits] [llvm/llvm-project] 2897b6: [LV] Use OrigLoop instead of induction to get func...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Nov 24 12:18:21 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2897b67665d1fa1177531e78cc93b3704c5aea12
https://github.com/llvm/llvm-project/commit/2897b67665d1fa1177531e78cc93b3704c5aea12
Author: Florian Hahn <flo at fhahn.com>
Date: 2021-11-24 (Wed, 24 Nov 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Use OrigLoop instead of induction to get function. (NFC)
Upcoming changes will result in Induction not being set/used in some
cases. Use OrigLoop to get the function instead.
More information about the All-commits
mailing list