The ComputeEffects pass derives escape information for function arguments and adds those effects in the function.
This needs a lot of changes in check-lines in the tests, because the effects are printed in SIL
The ComputeEffects pass derives escape information for function arguments and adds those effects in the function.
This needs a lot of changes in check-lines in the tests, because the effects are printed in SIL
This is an end-to-end test to check if the optimization improvements of the previous commits result in good code generation for this function.
rdar://83825776
https://bugs.swift.org/browse/SR-15259