[PATCH] D129352: [CodeGen] Limit building time for CodeGenPrepare
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 22 03:01:37 PDT 2022
RKSimon added inline comments.
================
Comment at: llvm/lib/CodeGen/CodeGenPrepare.cpp:274
+ ModifyInstDT
+};
+
----------------
Please can you add doc comments to describe the enum values?
================
Comment at: llvm/lib/CodeGen/CodeGenPrepare.cpp:348
+ SetVector<BasicBlock *> FreshBBs;
+
----------------
comment
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D129352/new/
https://reviews.llvm.org/D129352
More information about the llvm-commits
mailing list