diff options
author | Lucie Choi <ychoi0407@gmail.com> | 2025-10-17 14:17:09 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-17 17:17:09 -0400 |
commit | 62f91152fbb3b0a0f581e18a923ee0aec3f77ebd (patch) | |
tree | 2515c9314c7a11e1c0ea07bf0e8ad10cc3eb1fae /llvm/tools/llvm-objdump/llvm-objdump.cpp | |
parent | f7c9618d5772af690fc8313ff735fbe6c846442f (diff) | |
download | llvm-62f91152fbb3b0a0f581e18a923ee0aec3f77ebd.zip llvm-62f91152fbb3b0a0f581e18a923ee0aec3f77ebd.tar.gz llvm-62f91152fbb3b0a0f581e18a923ee0aec3f77ebd.tar.bz2 |
[SPIR-V] Add capability for non-uniform indexing for `StructuredBuffer` types. (#163424)
- Capability `StorageBufferArrayNonUniformIndexing` is required if the
non-uniform index accesses "arrays in the StorageBuffer [storage
class](https://registry.khronos.org/SPIR-V/specs/unified1/SPIRV.html#Storage_Class)
or
BufferBlock-[decorated](https://registry.khronos.org/SPIR-V/specs/unified1/SPIRV.html#Decoration)
arrays." (e.g. `RWStructuredBuffer`, `StructuredBuffer`)
- Also fix the wrong unit test name: `StructuredBufferNonUniformIdx.ll`
-> `RWBufferNonUniformIdx.ll`
Resolves https://github.com/llvm/llvm-project/issues/162889
Addresses https://github.com/llvm/llvm-project/issues/161852
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions