You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL][PM] Fix DeadArgumentEliminationSYCLPass with new pass manager (#6074)
* [SYCL][PM] Fix DeadArgumentEliminationSYCLPass with new pass manager
* Add it properly to the PM, implementing in clang. It might be not the most "correct" way but it is consistent with other similar passes' location and any cleanups should be done all at once, not creating divergence between different passes.
* Add test to check pass run in optimized compilations
* Fix documentation, it's enabled by default long time ago
Co-authored-by: Andrei Elovikov <andrei.elovikov@intel.com>
0 commit comments