aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichal Paszkowski <michal@paszkowski.org>2024-03-22 10:23:05 -0700
committerGitHub <noreply@github.com>2024-03-22 10:23:05 -0700
commit7d500c4d75ae3fbd37e1d5a20008ca9c8ee3c860 (patch)
tree35951baeb6c7239b91c94348fe9082e822f1199c
parent04db24d69163114dacc43097a724aaab7165a5d2 (diff)
downloadSPIRV-Headers-7d500c4d75ae3fbd37e1d5a20008ca9c8ee3c860.tar.gz
Register LLVM SPIR-V Backend as SPIR-V generator (#423)
* Register LLVM SPIR-V Backend as SPIR-V generator * Change LLVM SPIR-V Backend vendor from "Intel" to "LLVM"
-rw-r--r--include/spirv/spir-v.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/spirv/spir-v.xml b/include/spirv/spir-v.xml
index 7a837ec..80c1dec 100644
--- a/include/spirv/spir-v.xml
+++ b/include/spirv/spir-v.xml
@@ -93,7 +93,8 @@
<id value="40" vendor="NVIDIA" tool="Slang Compiler" comment="Contact Theresa Foley, tfoley@nvidia.com, https://github.com/shader-slang/slang/"/>
<id value="41" vendor="Zig Software Foundation" tool="Zig Compiler" comment="Contact Robin Voetter, https://github.com/Snektron"/>
<id value="42" vendor="Rendong Liang" tool="spq" comment="Contact Rendong Liang, admin@penguinliong.moe, https://github.com/PENGUINLIONG/spq-rs"/>
- <unused start="43" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
+ <id value="43" vendor="LLVM" tool="LLVM SPIR-V Backend" comment="Contact Michal Paszkowski, michal.paszkowski@intel.com, https://github.com/llvm/llvm-project/tree/main/llvm/lib/Target/SPIRV"/>
+ <unused start="44" end="0xFFFF" comment="Tool ID range reservable for future use by vendors"/>
</ids>
<!-- SECTION: SPIR-V Opcodes and Enumerants -->