Skip to content

microsoft/spirv_to_dxil: Fix discard semantics

Enrico Galli requested to merge egalli/mesa:feat_discard_fix into main

Unlike in nir, discard is not a super return in DXIL. Therefore, we will lower discard and terminate to demote + return.

Merge request reports