[clang] [LifetimeSafety] Add bailout for large CFGs (PR #170444)

via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 10 23:17:06 PST 2025


DEBADRIBASAK wrote:

Splitting this PR into two parts. The current cl modifies the bailout logic to only consider the block count in CFG. The added flag is `cfg-block-num-threshold`. The origin count based bailout will be added in a next PR.

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


More information about the cfe-commits mailing list