[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
Wed Nov 4 10:55:07 PST 2020


jamieschmeiser updated this revision to Diff 302910.
jamieschmeiser added a comment.

Respond to review comments:  use llvm::function_ref, add unit test.
Fix option name and MemoryUse search string.
Regarding "-> void", I prefer to have the return type specified.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D90638/new/

https://reviews.llvm.org/D90638

Files:
  llvm/include/llvm/Analysis/CFGPrinter.h
  llvm/lib/Analysis/MemorySSA.cpp
  llvm/test/Analysis/MemorySSA/print-dot-cfg-mssa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90638.302910.patch
Type: text/x-patch
Size: 10116 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201104/8b11e0fe/attachment.bin>


More information about the llvm-commits mailing list