[all-commits] [llvm/llvm-project] 0c119b: [VPlan] Use VPValue def for VPWidenGEPRecipe.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Nov 15 07:13:24 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0c119ba8a8e5a4343029f883fdcd126db52ba528
https://github.com/llvm/llvm-project/commit/0c119ba8a8e5a4343029f883fdcd126db52ba528
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-11-15 (Sun, 15 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
M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
Log Message:
-----------
[VPlan] Use VPValue def for VPWidenGEPRecipe.
This patch turns VPWidenGEPRecipe into a VPValue and uses it
during VPlan construction and codegeneration instead of the plain IR
reference where possible.
Reviewed By: dmgreen
Differential Revision: https://reviews.llvm.org/D84683
More information about the All-commits
mailing list