[PATCH 12/79] Deprecate SPV_INTEL_non_constant_addrspace_printf extension (#1818)
authorViktoria Maximova <viktoria.maksimova@intel.com>
Sat, 21 Jan 2023 20:45:36 +0000 (21:45 +0100)
committerAndreas Beckmann <anbe@debian.org>
Thu, 8 Feb 2024 21:48:18 +0000 (22:48 +0100)
commit766bbe9760451e3d16bae258f6a590e43cf0143d
treea48a0c23a0042dfe0da823423d48a39cd22eab7a
parent013e6973012997b6f8ad74a56169ab4e40d79456
[PATCH 12/79] Deprecate SPV_INTEL_non_constant_addrspace_printf extension (#1818)

This change continues #1749.
We are removing SPV_INTEL_non_constant_addrspace_printf extension in
favor of SPV_EXT_relaxed_printf_string_address_space, which are
basically the same.

Signed-off-by: Maksimova, Viktoria <viktoria.maksimova@intel.com>
Gbp-Pq: Name 0012-Deprecate-SPV_INTEL_non_constant_addrspace_printf-ex.patch
include/LLVMSPIRVExtensions.inc
lib/SPIRV/SPIRVWriter.cpp
lib/SPIRV/libSPIRV/SPIRVNameMapEnum.h
lib/SPIRV/libSPIRV/spirv_internal.hpp
test/extensions/EXT/SPV_EXT_relaxed_printf_string_address_space/non-constant-printf.ll [deleted file]
test/transcoding/SPV_EXT_relaxed_printf_string_address_space/non-constant-printf.ll [new file with mode: 0644]
test/transcoding/SPV_INTEL_non_constant_addrspace_printf/non-constant-printf.ll [deleted file]