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
Properly handle while loop args in OptimizeDescriptorEncoding (#7297)
Fixes the handling of while loop args to ensure the condition op / yield
op in the before body is properly handled and to ensure the after body
arguments are properly handled. I added a somewhat contrived lit test
that reproduces the problem - the second gather + local load is
necessary to force a specific layout propagation through the while loop.
0 commit comments