Skip to content

Commit 2bf94ed

Browse files
sys-igcfda0
authored andcommitted
[Autobackout][FunctionalRegression]Revert of change: 8e50c90: Enable vector8 load/store by default.
Enable vector8 load/store by default to all platforms supporting this feature on OCL path. (cherry picked from commit d1258d4)
1 parent 2fe7e81 commit 2bf94ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IGC/Compiler/CISACodeGen/ShaderCodeGen.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -768,7 +768,7 @@ void AddLegalizationPasses(CodeGenContext& ctx, IGCPassManager& mpm, PSSignature
768768
bool AllowVector8LoadStore =
769769
IGC_IS_FLAG_ENABLED(EnableVector8LoadStore) ||
770770
((ctx.type == ShaderType::RAYTRACING_SHADER || ctx.hasSyncRTCalls()) && ctx.platform.supports8DWLSCMessage()) ||
771-
(ctx.platform.isCoreChildOf(IGFX_XE_HPC_CORE) && ctx.platform.supports8DWLSCMessage());
771+
ctx.platform.getPlatformInfo().eProductFamily == IGFX_PVC;
772772

773773
mpm.add(createMemOptPass(AllowNegativeSymPtrsForLoad, AllowVector8LoadStore));
774774

0 commit comments

Comments
 (0)