mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 02:15:45 +00:00
shader: Support SSA loops on IR
This commit is contained in:
parent
76a3a2510f
commit
756c643f08
12 changed files with 150 additions and 46 deletions
|
@ -32,6 +32,8 @@ add_executable(shader_recompiler
|
|||
frontend/ir/opcodes.cpp
|
||||
frontend/ir/opcodes.h
|
||||
frontend/ir/opcodes.inc
|
||||
frontend/ir/post_order.cpp
|
||||
frontend/ir/post_order.h
|
||||
frontend/ir/pred.h
|
||||
frontend/ir/program.cpp
|
||||
frontend/ir/program.h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue