[all-commits] [llvm/llvm-project] 583abd: [VPlan] Move addMetadata to VPTransformState (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jul 1 04:04:07 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 583abd0e36ca4cb05b5000863f66b8cb94abd212
https://github.com/llvm/llvm-project/commit/583abd0e36ca4cb05b5000863f66b8cb94abd212
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-07-01 (Fri, 01 Jul 2022)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Move addMetadata to VPTransformState (NFC).
The moved helpers are only used for codegen. It will allow moving the
remaining ::execute implementations out of LoopVectorize.cpp.
Depends on D127966.
Depends on D127965.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D127968
More information about the All-commits
mailing list