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
[CustomDescriptors] RemoveUnusedModuleElements: Fix StructNew optimization of descriptor (#7650)
We have very special optimizations for StructNew in that pass: we see if they
have reads (struct.get) and remove them if not. That explicit handling of
StructNew was not aware of the new descriptor field, and so it could error,
removing things that were still needed.
0 commit comments