[all-commits] [llvm/llvm-project] 8d3ff2: [LV] Sink collect* calls to LVP::plan() (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Apr 30 03:42:09 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8d3ff24e1155e03d2df1d6a26b9ec1e886aa1e97
https://github.com/llvm/llvm-project/commit/8d3ff24e1155e03d2df1d6a26b9ec1e886aa1e97
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-30 (Sun, 30 Apr 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[LV] Sink collect* calls to LVP::plan() (NFC).
Move calls of collect* helpers closer to where the cost-model is used.
Should help simplifying D142669 & D142670.
Differential Revision: https://reviews.llvm.org/D142674
More information about the All-commits
mailing list