[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:25 PDT 2025
================
@@ -1,14 +1,15 @@
-; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
+; RUN: llc -O0 -mtriple=spirv32-unknown-vulkan %s -o - | FileCheck %s --check-prefix=CHECK-SPIRV
----------------
Keenuts wrote:
Same as the OpBitReverse above. note: Vulkan + physical 32 is always wrong.
https://github.com/llvm/llvm-project/pull/149522
More information about the llvm-commits
mailing list