Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IGC: Fixed LSC checker in VectorProcess
In VectorProcess::reLayoutLoadStore, checks if LSC is used by "EmitPass::shouldGenerateLSCQuery" instead of "CPlatform::LSCEnabled" to align with the checker used in EmitPass::emitStoreRawIndexed. This avoids QW scatter/gather messages being generated on platforms those supporting LSC but don't support QW scatter/gather messages.
- Loading branch information