[all-commits] [llvm/llvm-project] 9997ee: [VPlan] Add & use VPValue operands for VPWidenCall...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Apr 9 02:24:32 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 9997ee23ed18590da0db67338807fe67b3e4da0e
https://github.com/llvm/llvm-project/commit/9997ee23ed18590da0db67338807fe67b3e4da0e
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-04-09 (Thu, 09 Apr 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanValue.h
Log Message:
-----------
[VPlan] Add & use VPValue operands for VPWidenCallRecipe (NFC).
This patch adds VPValue versions for the arguments of the call to
VPWidenCallRecipe and uses them during code-generation.
Similar to D76373 this reduces ingredient def-use usage by ILV as
a step towards full VPlan-based def-use relations.
Reviewers: Ayal, gilr, rengolin
Reviewed By: gilr
Differential Revision: https://reviews.llvm.org/D77655
More information about the All-commits
mailing list