Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DXIL Disassembly prefix phi SSA with the block
Highlight that the SSA value used as the phi result is captured from the block branched from, not the SSA value in the current block i.e. _label7: // preceded by _label9, _label6 float _375 = phi float [ _label9::_404, _label9 ], [ 1.00000, _label6 ]; float _376 = phi float [ _label9::_375, _label9 ], [ 1.00000, _label6 ];
- Loading branch information