[all-commits] [llvm/llvm-project] bd0b13: [VPlan] Turn VPReplicateRecipe into a VPValue.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Nov 26 05:56:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bd0b1311dbd59b4b7c4188ef0ed930848dc657d1
https://github.com/llvm/llvm-project/commit/bd0b1311dbd59b4b7c4188ef0ed930848dc657d1
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-11-26 (Thu, 26 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanValue.h
Log Message:
-----------
[VPlan] Turn VPReplicateRecipe into a VPValue.
Update VPReplicateRecipe to inherit from VPValue. This still does not
update scalarizeInstruction to set the result for the VPValue of
VPReplicateRecipe, because this first requires tracking scalar values in
VPTransformState.
Reviewed By: reames
Differential Revision: https://reviews.llvm.org/D91500
More information about the All-commits
mailing list