[PATCH] D86360: Add new hidden option -print-changed which only reports changes to IR

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 15 10:45:13 PDT 2020


ychen accepted this revision.
ychen added a comment.

One more nit. Thank you!



================
Comment at: llvm/include/llvm/Passes/StandardInstrumentations.h:109
+protected:
+  // callback on the first IR processed
+  virtual void handleInitialIR(Any IR) = 0;
----------------
Please remove mentioning callback here and after.


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

https://reviews.llvm.org/D86360



More information about the llvm-commits mailing list