[llvm] [SPIR-V] Do not use OpenCL metadata for ptr element type resolution (PR #82678)
Michal Paszkowski via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 28 05:14:34 PST 2024
================
@@ -0,0 +1,19 @@
+; RUN: llc -O0 -mtriple=spirv32-unknown-unknown %s -o - | FileCheck %s
----------------
michalpaszkowski wrote:
In case of this test, the generated SPIR-V appears to be working fine with the NEO driver but differs when compared to the output of SPIR-V Translator. OpFunctionParameter has i32* type instead of %nested_struct*.
https://github.com/llvm/llvm-project/pull/82678
More information about the llvm-commits
mailing list