diff options
author | ReinUsesLisp <reinuseslisp@airmail.cc> | 2021-06-23 01:33:42 -0300 |
---|---|---|
committer | ameerj <52414509+ameerj@users.noreply.github.com> | 2021-07-22 21:51:39 -0400 |
commit | d8d5501459d6c8b4c39307d293b0f40834dce8f3 (patch) | |
tree | 5c44ce2b967f66b1362c8a00b154b7fb1bc2b3ce /src/shader_recompiler/CMakeLists.txt | |
parent | 04ef2160f9e164dbf7c2ab2f37de5533a8d5c450 (diff) |
shader: Add int64 to int32 lowering pass
Diffstat (limited to 'src/shader_recompiler/CMakeLists.txt')
-rw-r--r-- | src/shader_recompiler/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shader_recompiler/CMakeLists.txt b/src/shader_recompiler/CMakeLists.txt index f6719ad9d..3b5708cb9 100644 --- a/src/shader_recompiler/CMakeLists.txt +++ b/src/shader_recompiler/CMakeLists.txt @@ -219,6 +219,7 @@ add_library(shader_recompiler STATIC ir_opt/global_memory_to_storage_buffer_pass.cpp ir_opt/identity_removal_pass.cpp ir_opt/lower_fp16_to_fp32.cpp + ir_opt/lower_int64_to_int32.cpp ir_opt/passes.h ir_opt/ssa_rewrite_pass.cpp ir_opt/texture_pass.cpp |