Skip to content

Commit

Permalink
Minor refactor
Browse files Browse the repository at this point in the history
Minor refactor
  • Loading branch information
skarczew authored and igcbot committed Dec 5, 2024
1 parent 1e7e22a commit f19dacf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion IGC/Compiler/CISACodeGen/EmitVISAPass.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8499,7 +8499,8 @@ void EmitPass::emitGather4Instruction(SamplerGatherIntrinsic* inst)
PackSIMD8HFRet(dst);
}

if (feedbackEnable)
if (feedbackEnable
)
{
emitFeedbackEnable();
}
Expand Down

0 comments on commit f19dacf

Please sign in to comment.