Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ESIMD] Restore the lowering of lsc_load_stateless in sycl-post-link (#…
…13104) Even though the fresh ESIMD headers do not use 'lsc_load_stateless()` intrinsic, the static libraries compiled by an old compiler may still have the calls of 'lsc_load_stateless' in them. The patch #12935 caused regressions in some MKL tests. This patch here restores the lowering of lsc_load_stateless for sycl-post-link backward compatibility. Signed-off-by: Klochkov, Vyacheslav N <vyacheslav.n.klochkov@intel.com>
- Loading branch information