[llvm] [SPIRV] Do not use OpTypeRuntimeArray in Kernel env. (PR #149522)
Nathan Gauër via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 29 09:43:24 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
----------------
Keenuts wrote:
why `vulkan`? `Physical32` is `Addresses`, hence kernel
https://github.com/llvm/llvm-project/pull/149522
More information about the llvm-commits
mailing list