[all-commits] [llvm/llvm-project] 7d8528: [LV] Move SCEV caching workaround to executePlan (...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Dec 21 06:53:12 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7d8528dbf290656815a64b2b9e4ad0567375fff0
https://github.com/llvm/llvm-project/commit/7d8528dbf290656815a64b2b9e4ad0567375fff0
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-12-21 (Wed, 21 Dec 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Move SCEV caching workaround to executePlan (NFC).
As suggested by @Ayal in D92132.
This avoids having to duplicate the workaround in multiple places.
More information about the All-commits
mailing list