[all-commits] [llvm/llvm-project] f828d7: [VPlan] Add & use VPValue operands for VPReplicate...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue May 19 07:12:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f828d75b46fac03b9340dc5643159cb3b446fb92
https://github.com/llvm/llvm-project/commit/f828d75b46fac03b9340dc5643159cb3b446fb92
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-05-19 (Tue, 19 May 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Add & use VPValue operands for VPReplicateRecipe (NFC).
This patch adds VPValue version of the instruction operands to
VPReplicateRecipe and uses them during code-generation.
Reviewers: Ayal, gilr, rengolin
Reviewed By: gilr
Differential Revision: https://reviews.llvm.org/D80114
More information about the All-commits
mailing list