Skip to content

Commit c3042bb

Browse files
Henry Estelasys_zuul
authored andcommitted
Cleaning up canCompileCurrentShader function
Change-Id: I9c2a88b7103657a14ea012c73cd3fc6763b83fad
1 parent f6b7739 commit c3042bb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

IGC/Compiler/CISACodeGen/EmitVISAPass.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,6 @@ bool EmitPass::canCompileCurrentShader(llvm::Function& F)
291291
}
292292
}
293293
}
294-
else if(m_moduleMD->compOpt.IsLibraryCompilation == true)
295-
{
296-
return (m_SimdMode == SIMDMode::SIMD8 || m_SimdMode == SIMDMode::SIMD16);
297-
}
298294

299295
return true;
300296
}

0 commit comments

Comments
 (0)