[llvm] [SPIR-V] Deduce pointee type for all global variables, not only initialized ones (PR #202047)
Julian Klappenbach via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 12 04:22:35 PDT 2026
================
@@ -0,0 +1,37 @@
+; A global variable's pointee type is concrete (its value type) and must be used
+; even for an undef-initialized, NON-constant aggregate — e.g. a Workgroup
----------------
jklappenbach wrote:
Removed.
https://github.com/llvm/llvm-project/pull/202047
More information about the llvm-commits
mailing list