[all-commits] [llvm/llvm-project] 49d008: [VPlan] Use one VPWidenRecipe per original IR inst...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Mar 29 05:48:54 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 49d00824bbbb8945b92c0f592c6951a881a6242f
https://github.com/llvm/llvm-project/commit/49d00824bbbb8945b92c0f592c6951a881a6242f
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-03-29 (Sun, 29 Mar 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
M llvm/lib/Transforms/Vectorize/VPRecipeBuilder.h
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
M llvm/unittests/Transforms/Vectorize/VPlanHCFGTest.cpp
Log Message:
-----------
[VPlan] Use one VPWidenRecipe per original IR instruction. (NFC).
This patch changes VPWidenRecipe to only store a single original IR
instruction. This is the first required step towards modeling it's
operands as VPValues and also towards breaking it up into a
VPInstruction.
Discussed as part of D74695.
Reviewers: Ayal, gilr, rengolin
Reviewed By: gilr
Differential Revision: https://reviews.llvm.org/D76988
More information about the All-commits
mailing list