mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 05:45:46 +00:00
shader: Initial instruction support
This commit is contained in:
parent
1b576ed4cb
commit
f5605b424f
28 changed files with 1452 additions and 336 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue