mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-18 21:27:56 -05:00
shader: Support SSA loops on IR
This commit is contained in:
13
src/shader_recompiler/frontend/ir/post_order.h
Normal file
13
src/shader_recompiler/frontend/ir/post_order.h
Normal file
@ -0,0 +1,13 @@
|
||||
// Copyright 2021 yuzu Emulator Project
|
||||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "shader_recompiler/frontend/ir/basic_block.h"
|
||||
|
||||
namespace Shader::IR {
|
||||
|
||||
BlockList PostOrder(const BlockList& blocks);
|
||||
|
||||
} // namespace Shader::IR
|
Reference in New Issue
Block a user