[llvm] [opt] Add --save-stats option (PR #167304)
Tomer Shafir via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 11 05:55:23 PST 2025
================
@@ -515,11 +526,25 @@ codegen::RegisterCodeGenFlags::RegisterCodeGenFlags() {
cl::init(false));
CGBINDOPT(DisableIntegratedAS);
-#undef CGBINDOPT
----------------
tomershafir wrote:
I intentionally removed it because I dont think its needed anymore moving `CGBINDOPT` to a wider scope
https://github.com/llvm/llvm-project/pull/167304
More information about the llvm-commits
mailing list