Files
swift-mirror/lib/SILOptimizer/LoopTransforms/ArrayBoundsCheckOpts.cpp
Erik Eckstein 2a17d9a480 ArrayBoundCheckOpts: introduce a limit for the maximum dominator tree recursion depth
This is a quick fix for a stack overflow in case of very large functions.
TODO: Ideally this algorithm would be implemented as an iterative worklist algorithm.

rdar://77563057
2021-05-07 18:13:08 +02:00

49 KiB