From f19dacf1e9786f4406a1b29b1468e7922a47802d Mon Sep 17 00:00:00 2001 From: "Karczewski, Szymon" Date: Thu, 5 Dec 2024 12:22:41 +0000 Subject: [PATCH] Minor refactor Minor refactor --- IGC/Compiler/CISACodeGen/EmitVISAPass.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/IGC/Compiler/CISACodeGen/EmitVISAPass.cpp b/IGC/Compiler/CISACodeGen/EmitVISAPass.cpp index fdad6afb75e6..68d35aa78cf3 100644 --- a/IGC/Compiler/CISACodeGen/EmitVISAPass.cpp +++ b/IGC/Compiler/CISACodeGen/EmitVISAPass.cpp @@ -8499,7 +8499,8 @@ void EmitPass::emitGather4Instruction(SamplerGatherIntrinsic* inst) PackSIMD8HFRet(dst); } - if (feedbackEnable) + if (feedbackEnable + ) { emitFeedbackEnable(); }