mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #165] [MERGED] shader_recompiler: Address some minor issues #1354
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1354
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/165
Author: @raphaelthegreat
Created: 6/5/2024
Status: ✅ Merged
Merged: 6/6/2024
Merged by: @georgemoralis
Base:
main← Head:bad-phi📝 Commits (3)
ae7e6dashader_recompiler: Add more instructions and fix a few thinhs705d326kernel: Fix stack corruption from OrbisTimesec5aa3a4dshader: Fix block processing order in dead code elimination pass📊 Changes
25 files changed (+307 additions, -155 deletions)
View changed files
📝
src/core/libraries/kernel/libkernel.h(+2 -2)📝
src/shader_recompiler/backend/spirv/emit_spirv_context_get_set.cpp(+8 -3)📝
src/shader_recompiler/frontend/control_flow_graph.h(+1 -0)📝
src/shader_recompiler/frontend/structured_control_flow.cpp(+6 -4)📝
src/shader_recompiler/frontend/translate/scalar_alu.cpp(+93 -14)📝
src/shader_recompiler/frontend/translate/scalar_memory.cpp(+12 -23)📝
src/shader_recompiler/frontend/translate/translate.cpp(+32 -16)📝
src/shader_recompiler/frontend/translate/translate.h(+5 -2)📝
src/shader_recompiler/frontend/translate/vector_alu.cpp(+26 -11)📝
src/shader_recompiler/ir/ir_emitter.cpp(+2 -2)📝
src/shader_recompiler/ir/ir_emitter.h(+1 -1)📝
src/shader_recompiler/ir/opcodes.inc(+1 -1)📝
src/shader_recompiler/ir/passes/dead_code_elimination_pass.cpp(+3 -3)📝
src/shader_recompiler/ir/passes/ir_passes.h(+1 -1)📝
src/shader_recompiler/ir/passes/resource_tracking_pass.cpp(+12 -12)📝
src/shader_recompiler/ir/value.h(+0 -1)📝
src/shader_recompiler/recompiler.cpp(+1 -1)📝
src/video_core/amdgpu/liverpool.cpp(+21 -0)📝
src/video_core/amdgpu/pm4_cmds.h(+11 -0)📝
src/video_core/renderer_vulkan/liverpool_to_vk.cpp(+9 -0)...and 5 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.