Files
swift-mirror/lib/SILOptimizer/Transforms/Devirtualizer.cpp
Arnold Schwaighofer a2c64103dd Fix a iteration invalidation bug
Separate collecting the applies and devirtualizing them into two loops.
We run into an issue on a huge test case where we end up devirtualizing a call-site over and over again.

I have not been able to reduce a test case.

rdar://29785529
2017-01-17 10:13:48 -08:00

4.1 KiB