intel/fs: DISCARD_JUMP does not have side-effects

This accidentally snuck into 75209d5bd1 due to a rebase fail.

Fixes: 75209d5bd1 "intel/fs: Add and implement intel-specific..."
Closes: https://gitlab.freedesktop.org/mesa/mesa/-/issues/3897
Tested-by: Mark Janes <mark.a.janes@intel.com>
Reviewed-by: Caio Marcelo de Oliveira Filho <caio.oliveira@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7839>
This commit is contained in:
Jason Ekstrand 2020-11-30 14:02:06 -06:00 committed by Marge Bot
parent b70847a389
commit 73c6899285
1 changed files with 0 additions and 1 deletions

View File

@ -1116,7 +1116,6 @@ backend_instruction::has_side_effects() const
case SHADER_OPCODE_BTD_SPAWN_LOGICAL:
case SHADER_OPCODE_BTD_RETIRE_LOGICAL:
case RT_OPCODE_TRACE_RAY_LOGICAL:
case FS_OPCODE_DISCARD_JUMP:
return true;
default:
return eot;