mirror of
https://github.com/intel/intel-graphics-compiler.git
synced 2025-11-04 08:21:06 +08:00
Apply ReplaceIndirectCallWithJmpi workaround to ICL and below platforms
Change-Id: I9777cc61b058f24b6a97a2a76cc4f74a90a35da0
This commit is contained in:
@ -412,7 +412,7 @@
|
||||
|
||||
bool needReplaceIndirectCallWithJmpi() const
|
||||
{
|
||||
return getGenxPlatform() == GENX_SKL ||
|
||||
return getGenxPlatform() <= GENX_ICLLP ||
|
||||
getOption(vISA_replaceIndirectCallWithJmpi);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user