[all-commits] [llvm/llvm-project] c0cdba: [VPlan] Add & use VPValue for VPWidenGEPRecipe ope...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jun 26 13:03:27 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c0cdba727ab29fb8ed2758a93a61d9658036ffe7
https://github.com/llvm/llvm-project/commit/c0cdba727ab29fb8ed2758a93a61d9658036ffe7
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-06-26 (Fri, 26 Jun 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
Log Message:
-----------
[VPlan] Add & use VPValue for VPWidenGEPRecipe operands (NFC).
This patch adds VPValue version of the GEP's operands to
VPWidenGEPRecipe and uses them during code-generation.
Reviewers: Ayal, gilr, rengolin
Reviewed By: gilr
Differential Revision: https://reviews.llvm.org/D80220
More information about the All-commits
mailing list