intel/elk: Remove SYNC opcode and SWSB annotations

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27629>
This commit is contained in:
Caio Oliveira
2024-02-10 08:16:19 -08:00
committed by Marge Bot
parent 37cd18e30e
commit 43b2261ab5
15 changed files with 49 additions and 765 deletions
-1
View File
@@ -1061,7 +1061,6 @@ elk_backend_instruction::has_side_effects() const
case ELK_SHADER_OPCODE_SEND:
return send_has_side_effects;
case ELK_OPCODE_SYNC:
case ELK_VEC4_OPCODE_UNTYPED_ATOMIC:
case ELK_SHADER_OPCODE_UNTYPED_ATOMIC_LOGICAL:
case ELK_SHADER_OPCODE_GFX4_SCRATCH_WRITE: