[all-commits] [llvm/llvm-project] d1d0e1: [LV] Move packScalarIntoVectorValue to VPTransform...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Aug 2 04:38:17 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d1d0e135a16431001684ffd480da9ec6796c6659
https://github.com/llvm/llvm-project/commit/d1d0e135a16431001684ffd480da9ec6796c6659
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-08-02 (Wed, 02 Aug 2023)
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:
-----------
[LV] Move packScalarIntoVectorValue to VPTransformState (NFC).
This moves packScalarIntoVectorValue from ILV to the more approriate
VPTransformState.
More information about the All-commits
mailing list