Files
swift-mirror/lib/SILOptimizer/ARC
Erik Eckstein 90b0a2352b ARCSequenceOpt: bail if the function is too large
ARCSequenceOpt has quadratic complexity and for some large functions it takes too long to run.
This is not ideal. However, once we have OSSA throughout the pass pipeline, ARCSequenceOpt will be removed anyway.

rdar://172744963
2026-03-19 19:51:41 +01:00
..