[PATCH] D87202: Add new choices dot-cfg and dot-cfg-quiet to print-changed which creates a website of DOT files showing colourized changes as the IR is changed by passes in the new pass manager pipeline.

Jamie Schmeiser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 13 08:29:42 PST 2021


jamieschmeiser added inline comments.


================
Comment at: llvm/include/llvm/Support/GraphWriter.h:259
     if (DTraits.hasEdgeDestLabels()) {
       O << "|{";
 
----------------
jrtc27 wrote:
> Surely you don't want this for HTML?
@jrtc27 This changes in this section are unnecessary because the code that uses the HTML rendering does not use edge destination labels.  I will change this section back to what it was.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D87202



More information about the llvm-commits mailing list