llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[ESIMD][NFC] Extract ESIMD handling from sycl-post-link to library.

Open maksimsab opened this issue 5 months ago • 2 comments

This change extracts handleESIMD from sycl-post-link to SYCLPostLink component for reuse in NewOffloading compilation flow in clang and for reuse in sycl-jit.

The body of handleESIMD function is refactored for better readability.

The documentation of lowerESIMDConstructs is fixed and the argument name is changed to more straightforward.

maksimsab avatar May 27 '25 16:05 maksimsab