Skip to content

Commit

Permalink
Revert "[SPIR-V] Add SPIRV to LLVM_ALL_TARGETS" (llvm#123532)
Browse files Browse the repository at this point in the history
Reverts llvm#119653
  • Loading branch information
michalpaszkowski authored Jan 19, 2025
1 parent 6301394 commit 5af7905
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/spirv-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
with:
build_target: check-llvm-codegen-spirv
projects:
extra_cmake_args: '-DLLVM_TARGETS_TO_BUILD="SPIRV" -DLLVM_INCLUDE_SPIRV_TOOLS_TESTS=ON'
extra_cmake_args: '-DLLVM_TARGETS_TO_BUILD="" -DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD="SPIRV" -DLLVM_INCLUDE_SPIRV_TOOLS_TESTS=ON'
os_list: '["ubuntu-22.04"]'
2 changes: 1 addition & 1 deletion llvm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,6 @@ set(LLVM_ALL_TARGETS
PowerPC
RISCV
Sparc
SPIRV
SystemZ
VE
WebAssembly
Expand All @@ -499,6 +498,7 @@ set(LLVM_ALL_EXPERIMENTAL_TARGETS
CSKY
DirectX
M68k
SPIRV
Xtensa
)

Expand Down
7 changes: 2 additions & 5 deletions llvm/Maintainers.md
Original file line number Diff line number Diff line change
Expand Up @@ -284,11 +284,8 @@ [email protected] (email), [koachan](https://github.com/koachan) (GitHub)

#### SPIRV backend

Vyacheslav Levytskyy \
[email protected], [email protected] (email), [VyacheslavLevytskyy](https://github.com/VyacheslavLevytskyy) (GitHub)

Nathan Gauër \
[email protected] (email), [Keenuts](https://github.com/Keenuts) (GitHub)
Ilia Diachkov \
[email protected] (email), [iliya-diyachkov](https://github.com/iliya-diyachkov) (GitHub)

#### SystemZ backend

Expand Down
6 changes: 0 additions & 6 deletions llvm/docs/ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ for adding a new subsection. -->
same semantics. The normalizer makes it easier to spot semantic differences
when diffing two modules which have undergone different passes.

* The SPIR-V backend is now an official LLVM target, providing OpenCL and SYCL
conformance and establishing a foundation for broader applicability to other
APIs, including Vulkan, GLSL, and HLSL. This backend aims to offer a unified
approach for diverse compute and graphics workloads, providing a robust
alternative to the Khronos SPIR-V LLVM Translator.

* ...

<!-- If you would like to document a larger change, then you can add a
Expand Down

0 comments on commit 5af7905

Please sign in to comment.