[PATCH 68/79] Support for SPV_INTEL_cache_controls (#2147)
authorAndrzej Ratajewski <andrzej.ratajewski@intel.com>
Tue, 12 Sep 2023 08:26:03 +0000 (10:26 +0200)
committerAndreas Beckmann <anbe@debian.org>
Thu, 14 Mar 2024 19:01:08 +0000 (20:01 +0100)
commit8ba0ae91e04249fbafe751a741b1a7b8baf6b88f
tree2147f6645810bd35e31d45a1e0b6c07f152e49f6
parent33691b77e86fc25048feb584dbb262f28f34bf77
[PATCH 68/79] Support for SPV_INTEL_cache_controls (#2147)

Specification: https://github.com/KhronosGroup/SPIRV-Registry/pull/216

Cherry-pick of KhronosGroup/SPIRV-LLVM-Translator#2140

Gbp-Pq: Name 0068-Support-for-SPV_INTEL_cache_controls-2147.patch
12 files changed:
docs/SPIRVRepresentationInLLVM.rst
include/LLVMSPIRVExtensions.inc
lib/SPIRV/SPIRVReader.cpp
lib/SPIRV/SPIRVReader.h
lib/SPIRV/SPIRVWriter.cpp
lib/SPIRV/libSPIRV/SPIRVDecorate.h
lib/SPIRV/libSPIRV/SPIRVEnum.h
lib/SPIRV/libSPIRV/SPIRVNameMapEnum.h
lib/SPIRV/libSPIRV/spirv_internal.hpp
test/extensions/INTEL/SPV_INTEL_cache_controls/basic_load_store.ll [new file with mode: 0644]
test/extensions/INTEL/SPV_INTEL_cache_controls/global_var.ll [new file with mode: 0644]
test/extensions/INTEL/SPV_INTEL_cache_controls/kernel_arg.ll [new file with mode: 0644]