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
[spirv] separate triggering legalization and passing before-legalize-hlsl (#3816)
`--before-legalize-hlsl` option for spirv-val must be used when the
SPIR-V code has to be legalized by spirv-opt but it is not legalized
i.e., "SPIR-V generated from HLSL before legalize". Therefore, we have
to run the legalization or pass the `--before-legalize-hlsl` option to
spirv-val but we do not need to do both. This CL lets DXC does not pass
`--before-legalize-hlsl` option when it legalizes the SPIR-V code.
0 commit comments