[PATCH] D115175: Remove Colours array in -print-changed=dot-cfg

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 7 11:23:20 PST 2021


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

I've updated the patch with some changes to same parameter names (V -> Value, etc) and corresponding comments.  The only substantive change in the update is that I changed DotCfgDiffNode::getEdge to DotCfgDiffNode::getEdgeColour and had it return a StringRef to the colour instead of the std::pair it previously did since the only use just extracted the colour from the pair.


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

https://reviews.llvm.org/D115175

Files:
  llvm/lib/Passes/StandardInstrumentations.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D115175.392483.patch
Type: text/x-patch
Size: 14134 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211207/2151b5e9/attachment.bin>


More information about the llvm-commits mailing list