[all-commits] [llvm/llvm-project] b0da3c: [VPlan] Move setDebugLocFromInst to VPTransformSta...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Jul 2 07:19:15 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0da3c6fa44b18023e8421d4cceb0f806046729c
https://github.com/llvm/llvm-project/commit/b0da3c6fa44b18023e8421d4cceb0f806046729c
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-07-02 (Sat, 02 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 setDebugLocFromInst to VPTransformState (NFC).
The moved helpers are only used for codegen. It will allow moving the
remaining ::execute implementations out of LoopVectorize.cpp.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D128657
More information about the All-commits
mailing list