[all-commits] [llvm/llvm-project] 091c5c: [VPlan] Add printOperands helper to VPUser (NFC).
Florian Hahn via All-commits
all-commits at lists.llvm.org
Mon Nov 9 04:32:28 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 091c5c9a187f656a62f28b6c43d25bfb25c9107e
https://github.com/llvm/llvm-project/commit/091c5c9a187f656a62f28b6c43d25bfb25c9107e
Author: Florian Hahn <flo at fhahn.com>
Date: 2020-11-09 (Mon, 09 Nov 2020)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlanValue.h
Log Message:
-----------
[VPlan] Add printOperands helper to VPUser (NFC).
Factor out the code for printing operands of a VPUser so it can be
re-used when printing other recipes.
More information about the All-commits
mailing list