[llvm] [opt] Add --save-stats option (PR #167304)

Yingwei Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 11 05:44:26 PST 2025


================
@@ -515,11 +526,25 @@ codegen::RegisterCodeGenFlags::RegisterCodeGenFlags() {
       cl::init(false));
   CGBINDOPT(DisableIntegratedAS);
 
-#undef CGBINDOPT
----------------
dtcxzyw wrote:

Should be moved after RegisterSaveStatsFlag

https://github.com/llvm/llvm-project/pull/167304


More information about the llvm-commits mailing list