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
Fix failing test and DxilMutateResourceToHandle case hit by updated test (microsoft#4694)
DxilMutateResourceToHandle would skip GEP if result type does not need to be mutated.
But then the GEP would not have setSourceElementType called with the new source type leaving invalid IR.
The fix makes sure the GEP is added to MutateValSet when skipping recursion.
0 commit comments