[PATCH] D90638: Introduce -dot-cfg-mssa option which creates dot-cfg style file with mssa comments included in source
Jamie Schmeiser via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 2 12:33:31 PST 2020
jamieschmeiser created this revision.
jamieschmeiser added reviewers: aeubanks, asbirlea.
Herald added subscribers: george.burgess.iv, hiraditya, Prazek.
Herald added a project: LLVM.
jamieschmeiser requested review of this revision.
Expand the print-memoryssa and print<memoryssa> passes with a new hidden
option -cfg-dot-mssa that names a file. When set, a dot-cfg style file
will be generated into the named file with the memoryssa comments retained
and those blocks containing them shown in light pink. The option does
nothing in isolation.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90638
Files:
llvm/include/llvm/Analysis/CFGPrinter.h
llvm/lib/Analysis/MemorySSA.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90638.302371.patch
Type: text/x-patch
Size: 6656 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201102/3b0eb039/attachment.bin>
More information about the llvm-commits
mailing list