jay/lower_scoreboard: control flow is int pipe

according to IGC output.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41510>
This commit is contained in:
Alyssa Rosenzweig 2026-05-07 11:30:44 -04:00 committed by Marge Bot
parent 039b76d07c
commit adaae3baf1

View file

@ -166,7 +166,7 @@ struct swsb_state {
static enum tgl_pipe
inst_exec_pipe(const struct intel_device_info *devinfo, jay_inst *I)
{
if (I->op == JAY_OPCODE_SEND || jay_op_is_control_flow(I->op)) {
if (I->op == JAY_OPCODE_SEND) {
return TGL_PIPE_NONE;
} else if (I->op == JAY_OPCODE_MATH) {
return TGL_PIPE_MATH;