[all-commits] [llvm/llvm-project] deec9e: [VPlan] Move VPTransformState::get() to VPlan.cpp ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Aug 3 13:50:28 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: deec9e76747c7acee6264593fb2af626dec06644
https://github.com/llvm/llvm-project/commit/deec9e76747c7acee6264593fb2af626dec06644
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-08-03 (Thu, 03 Aug 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
Log Message:
-----------
[VPlan] Move VPTransformState::get() to VPlan.cpp (NFC).
The last dependency of code defined in LoopVectorize.cpp has been
removed a while ago. Move VPTransformState::get() to VPlan.cpp where
other members are also defined.
More information about the All-commits
mailing list