Description
In test/AutoDiff/SILOptimizer/generics.swift, we have the following comment:
TODO(TF-851): Uncomment the tests below after `@differentiable` function SILGen thunking is fixed.
After uncommented the corresponding piece of test, it's still passing.
Need to ensure if the issue which was the root cause of commenting the test initially is actually fixed (or if we have a case when the original issue becomes "hidden" for this particular test case due to other change, but is still relevant).
Additional information
No response