[all-commits] [llvm/llvm-project] 4a4d41: [SYCL][SPIR-V Backend][clang-sycl-linker] Add SPIR...
Arvind Sudarsanam via All-commits
all-commits at lists.llvm.org
Wed Apr 2 09:30:02 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a4d41e723a0dd794043066eb5609f5eb0547948
https://github.com/llvm/llvm-project/commit/4a4d41e723a0dd794043066eb5609f5eb0547948
Author: Arvind Sudarsanam <arvind.sudarsanam at intel.com>
Date: 2025-04-02 (Wed, 02 Apr 2025)
Changed paths:
M clang/test/Driver/Inputs/SYCL/bar.ll
M clang/test/Driver/Inputs/SYCL/baz.ll
M clang/test/Driver/Inputs/SYCL/foo.ll
M clang/test/Driver/Inputs/SYCL/libsycl.ll
M clang/test/Driver/clang-sycl-linker-test.cpp
M clang/test/Driver/sycl-link-spirv-target.cpp
M clang/tools/clang-sycl-linker/CMakeLists.txt
M clang/tools/clang-sycl-linker/ClangSYCLLinker.cpp
M clang/tools/clang-sycl-linker/SYCLLinkOpts.td
Log Message:
-----------
[SYCL][SPIR-V Backend][clang-sycl-linker] Add SPIR-V backend support inside clang-sycl-linker (#133967)
This PR does the following:
1. Use SPIR-V backend to do LLVM to SPIR-V translation inside
clang-sycl-linker
2. Remove llvm-spirv translator from clang-sycl-linker Currently, no
SPIR-V extensions are enabled for SYCL compilation flow. This will be
updated in subsequent commits.
Thanks
Note: This is one of the many PRs being introduced to add SYCL
programming model support to LLVM
([RFC](https://discourse.llvm.org/t/rfc-add-sycl-programming-model-support/50812)).
---------
Signed-off-by: Arvind Sudarsanam <arvind.sudarsanam at intel.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list