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
@MrTrillian while the symptom of this bug looks similar to #1560, this would likely need a different fix. Specifically, we should look to augment the error diagnostic of DXC (to match it with FXC in this case) which would mean that this would fail compilation much earlier instead of allowing it to go through later optimization passes..
This probably can't be fixed without larger fixes to parameter passing, it will likely be addressed in Clang. The DXC draft PR is: #5249, but we're unlikely to ever land that in DXC.
There is what seems to me like a bug in support for non-dimension specific array passing to a function.
Consider this code:
fxc gives a nice
but
dxc
does naught. no error no output, no code production no nothing.If you put a dimension then you get a reasonable output of
even though that's much bloated comapred to fxc's nice 4 little lines with color, but it's orthogonal.
The text was updated successfully, but these errors were encountered: