[PATCH] D90159: [DDG] Data Dependence Graph - DOT printer
Bardia Mahjour via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 26 08:01:09 PDT 2020
bmahjour created this revision.
bmahjour added reviewers: Meinersbur, etiotto, Whitney, kbarton.
bmahjour added a project: LLVM.
Herald added subscribers: llvm-commits, hiraditya, mgorny.
bmahjour requested review of this revision.
This patch implements a DDG printer pass that generates a graph in the DOT description language, providing a more visually appealing representation of the DDG. Similar to the CFG DOT printer, this functionality is provided under an option called `-dot-ddg` and can be generated in a less verbose mode under `-dot-ddg-only` option.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90159
Files:
llvm/include/llvm/Analysis/DDG.h
llvm/include/llvm/Analysis/DDGPrinter.h
llvm/lib/Analysis/CMakeLists.txt
llvm/lib/Analysis/DDGPrinter.cpp
llvm/lib/Passes/PassBuilder.cpp
llvm/lib/Passes/PassRegistry.def
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90159.300670.patch
Type: text/x-patch
Size: 13168 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201026/0c6dec2b/attachment.bin>
More information about the llvm-commits
mailing list