swift
d80d7ddc - MandatoryGenericSpecializer: add the partial_apply -> apply peephole optimization

Commit
2 years ago
MandatoryGenericSpecializer: add the partial_apply -> apply peephole optimization In performance-annotated functions optimize the pattern where a partial_apply is immediately applied. This remove the partial apply and thus avoids an allocation. Fixes an unnecessary performance violation error. rdar://95155145
Author
Committer
Parents
Loading