================ @@ -5172,6 +5166,14 @@ def ffuchsia_api_level_EQ : Joined<["-"], "ffuchsia-api-level=">, Group<m_Group>, Visibility<[ClangOption, CC1Option]>, HelpText<"Set Fuchsia API level">, MarshallingInfoInt<LangOpts<"FuchsiaAPILevel">>; +def fcfg_block_num_threshold + : Joined<["-"], "fcfg-block-num-threshold=">, + Group<m_Group>, + Visibility<[ClangOption, CC1Option]>, + HelpText< + "Set Threshold for number of blocks above which lifetime analysis " + "will be skipped for a CFG">, ---------------- usx95 wrote:
Skip LifetimeSafety analysis for functions with CFG block count exceeding this threshold. Specify 0 for no limit. https://github.com/llvm/llvm-project/pull/170444 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
