[all-commits] [llvm/llvm-project] 93f6c6: Recommit "[VPlan] Use VPValue def for VPMemoryInst...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Oct 14 09:42:06 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 93f6c6b79c500f776072fc50e57ff7e281e3941c
https://github.com/llvm/llvm-project/commit/93f6c6b79c500f776072fc50e57ff7e281e3941c
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-10-14 (Wed, 14 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:
-----------
Recommit "[VPlan] Use VPValue def for VPMemoryInstructionRecipe."
This reverts the revert commit 710aceb645e7dba4de7053eef2c616311b9163d4
and includes a fix for a memsan failure.
Original message:
This patch turns VPMemoryInstructionRecipe into a VPValue and uses it
during VPlan construction and codegeneration instead of the plain IR
reference where possible.
More information about the All-commits
mailing list