Files
swift-mirror/lib/SILOptimizer/Utils/PerformanceInlinerUtils.cpp
Erik Eckstein 12dfcc4951 Inliner: allow the inliner generate partial_apply with an open existential in the substitution list.
There was an old check in the inliner which prevented this, because IRGen didn't support it.
Now it seems that IRGen can handle "partial_apply <@opened...>", so we can remove that check in the inliner.
2020-02-12 09:36:12 +01:00

28 KiB