Skip to content

Commit 187d204

Browse files
skarczewigcbot
authored andcommitted
Minor refactor
Helper funtion
1 parent b4e2221 commit 187d204

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

IGC/Compiler/CISACodeGen/Platform.hpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,6 +1483,11 @@ bool hasBarrierControlFlowOpt() const
14831483
return enabled;
14841484
}
14851485

1486+
bool needsLocalScopeEvictTGM() const
1487+
{
1488+
return true;
1489+
}
1490+
14861491
bool needWaSamplerNoMask() const
14871492
{
14881493
return m_WaTable.Wa_22011157800 && !IGC_IS_FLAG_DISABLED(DiableWaSamplerNoMask);

0 commit comments

Comments
 (0)