[all-commits] [llvm/llvm-project] e9c684: [VPlan] Add dump function to VPlan class.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Dec 3 04:04:11 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e9c68422dee9d2883b201580867c2edc4f55d49e
https://github.com/llvm/llvm-project/commit/e9c68422dee9d2883b201580867c2edc4f55d49e
Author: Florian Hahn <flo at fhahn.com>
Date: 2019-12-03 (Tue, 03 Dec 2019)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.cpp
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Add dump function to VPlan class.
This adds a dump() function to VPlan, which uses the existing
operator<<.
This method provides a convenient way to dump a VPlan while debugging,
e.g. from lldb.
Reviewers: hsaito, Ayal, gilr, rengolin
Reviewed By: hsaito
Differential Revision: https://reviews.llvm.org/D70920
More information about the All-commits
mailing list