[all-commits] [llvm/llvm-project] 525b08: [VPlan] Use VPValue def for VPMemoryInstructionRec...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Oct 12 10:04:14 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 525b085a65d30a5f2ae2af38c0be252fe8d4781b
https://github.com/llvm/llvm-project/commit/525b085a65d30a5f2ae2af38c0be252fe8d4781b
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-10-12 (Mon, 12 Oct 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] Use VPValue def for VPMemoryInstructionRecipe.
This patch turns VPMemoryInstructionRecipe 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/D84680
More information about the All-commits
mailing list