llvm
llvm copied to clipboard
[NFC][SYCL] Prefer to pass `context_impl` by raw ptr/ref
This doesn't update all the instances but it's self-contained and it would be easier to review if I'll submit other changes separately. This is relatively big already.
This set of changes was created by changing queue_impl::getContextImplPtr->queue_impl::getContextImpl and updating whatever broke after that (transitively).