Issue 140097
Summary [SPIRV][Vulkan] Do we need to generate StorageImageReadWithoutFormat?
Labels backend:SPIR-V
Assignees
Reporter llvm-beanz
    LLVM is currently generating OpCapabilities for `StorageImageReadWithoutFormat` and `StorageImageWriteWithoutFormat`, which DXC did not generate. This causes shaders to require Vulkan 1.3 (where the capability is default), or an extension. In either case it seems like neither is needed.

Reproduction case: https://godbolt.org/z/Y5d58YE8o
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to