[llvm] [SPIRV] Do not use OpTypeRuntimeArray in Kernel env. (PR #149522)
Steven Perron via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 30 07:07:06 PDT 2025
================
@@ -1,4 +1,4 @@
-; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=SPV
+; RUN: llc -O0 -mtriple=spirv32-unknown-vulkan %s -o - | FileCheck %s --check-prefix=SPV
----------------
s-perron wrote:
Mixing Physical addressing and shaders is fine as long as we are not targeting Vulkan.
Also `Simple` is deprecated. We might want to start phasing that out, but that is for another PR.
https://github.com/llvm/llvm-project/pull/149522
More information about the llvm-commits
mailing list