[PATCH] D49329: [llvm-mca] Turn InstructionTables into a Stage.
Matt Davis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 13 16:17:45 PDT 2018
mattd created this revision.
mattd added reviewers: andreadb, courbet, RKSimon.
Herald added subscribers: gbedwell, tschuett.
This patch makes InstructionTables report a stage. This allows us to use its inherited Listeners for event notifications. This also allows us to create a simple pipeline for viewing the InstructionTables report.
There are two items here (addView and printReport) which I plan on cleaning up in a larger patch later.
https://reviews.llvm.org/D49329
Files:
tools/llvm-mca/InstructionTables.cpp
tools/llvm-mca/InstructionTables.h
tools/llvm-mca/llvm-mca.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49329.155529.patch
Type: text/x-patch
Size: 8693 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180713/1222c1d8/attachment.bin>
More information about the llvm-commits
mailing list