[llvm] [SPIRV][HLSL] Handle arrays of resources (PR #111564)

Vyacheslav Levytskyy via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 28 10:54:12 PDT 2024


================
@@ -0,0 +1,40 @@
+; RUN: llc -verify-machineinstrs -O0 -mtriple=spirv1.5-vulkan-library %s -o - | FileCheck %s
----------------
VyacheslavLevytskyy wrote:

There is a lot of related test cases, all added to the root test folder of SPIRV, so would it be a good idea to create a separate folder for such test cases?

https://github.com/llvm/llvm-project/pull/111564


More information about the llvm-commits mailing list