================ @@ -0,0 +1,48 @@ +; RUN: llc -O0 -mtriple=spirv32v1.3-vulkan-unknown %s -o - | FileCheck %s +; RUN: %if spirv-tools %{ llc -O0 -mtriple=spirv32v1.3-vulkan-unknown %s -o - -filetype=obj | spirv-val %} ---------------- s-perron wrote:
You should be using `-mtriple=spirv-vulkan-unknown`. Also add tests that use Vulkan 1.3. `-mtriple=spirv-vulkan1.3-unknown` I believe. Also a test that enables the extension: `--spirv-ext=+SPV_KHR_integer_dot_product`. You might need changes to SPIRVModuleAnalysis.cpp to get this to work. https://github.com/llvm/llvm-project/pull/113623 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits