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
[reland] Slicing with backed should produce backed output when possible (#178899)
Summary:
Original PR: #175819
- it got reverted internally (D98767572 )
- i must reland as a new diff internal -> then export again (hence this diff)
### Summary
* `x[0:s1]` where x.size(0) = `s0-1` should produce `Min(s1, s0-1)`
* Before this PR, it would produce `u0`.
imported-using-ghimport
Test Plan: Imported from OSS
Reviewed By: sevenEng
Differential Revision: D98937973
Pulled By: ColinPeppler
0 commit comments