[all-commits] [llvm/llvm-project] ea058d: [VPlan] Use operands for printing of VPWidenMemory...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Oct 12 08:52:57 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ea058d289cbf54e5b33aac7f7a13d0d58625f1b9
https://github.com/llvm/llvm-project/commit/ea058d289cbf54e5b33aac7f7a13d0d58625f1b9
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-10-12 (Mon, 12 Oct 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Use operands for printing of VPWidenMemoryInstructionRecipe.
Now that operands of the recipe are managed through VPUser, we can
simplify the printing by just using the operands.
More information about the All-commits
mailing list