mirror of
https://github.com/apple/swift.git
synced 2026-06-20 15:42:51 +02:00
90b0a2352b
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