You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).