forked from eden-emu/eden
shader: SSA and dominance
This commit is contained in:
parent
e6892e9da6
commit
1b576ed4cb
24 changed files with 569 additions and 76 deletions
|
@ -11,6 +11,7 @@
|
|||
|
||||
namespace Shader::Maxwell {
|
||||
|
||||
/// Emit termination instructions and collect immediate predecessors
|
||||
void EmitTerminationCode(const Flow::Block& flow_block, std::span<IR::Block* const> block_map);
|
||||
|
||||
} // namespace Shader::Maxwell
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue