mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-11 14:17:56 -05:00
shader: Initial instruction support
This commit is contained in:
@ -17,7 +17,6 @@ void Invoke(Func&& func, IR::Function& function) {
|
||||
}
|
||||
|
||||
void DeadCodeEliminationPass(IR::Block& block);
|
||||
void GetSetElimination(IR::Block& block);
|
||||
void IdentityRemovalPass(IR::Block& block);
|
||||
void SsaRewritePass(IR::Function& function);
|
||||
void VerificationPass(const IR::Block& block);
|
||||
|
Reference in New Issue
Block a user