[PATCH] D86360: Add new hidden option -print-changed which only reports changes to IR
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 17 21:46:31 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/include/llvm/Passes/StandardInstrumentations.h:108
+protected:
+ // called on the first IR processed
+ virtual void handleInitialIR(Any IR) = 0;
----------------
Capitalize comments and end with full stops.
ditto below
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86360/new/
https://reviews.llvm.org/D86360
More information about the llvm-commits
mailing list