diff --git a/src/intel/compiler/elk/elk_fs.cpp b/src/intel/compiler/elk/elk_fs.cpp index e077845bb98..46e4ac91f8d 100644 --- a/src/intel/compiler/elk/elk_fs.cpp +++ b/src/intel/compiler/elk/elk_fs.cpp @@ -2403,6 +2403,7 @@ elk_fs_visitor::opt_algebraic() inst->src[1] = reg_undef; inst->predicate = ELK_PREDICATE_NONE; inst->predicate_inverse = false; + inst->conditional_mod = ELK_CONDITIONAL_NONE; progress = true; } else if (inst->saturate && inst->src[1].file == IMM) { switch (inst->conditional_mod) {