[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.

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 3 13:32:19 PST 2021


mehdi_amini added inline comments.


================
Comment at: llvm/lib/Passes/StandardInstrumentations.cpp:1267
+// Describe where a given element exists.
+std::string Colours[NumIRChangeDiffTypes];
+
----------------
This seems like this global is mutable and I see a bunch of TSAN failures, can you look into this?


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