shader: Support SSA loops on IR
This commit is contained in:
@ -12,6 +12,7 @@ namespace Shader::IR {
|
||||
|
||||
struct Function {
|
||||
BlockList blocks;
|
||||
BlockList post_order_blocks;
|
||||
};
|
||||
|
||||
} // namespace Shader::IR
|
||||
|
Reference in New Issue
Block a user