[clang] [llvm] [SPIR-V] DRAFT: Shader built-ins - no spec change (PR #116393)

Steven Perron via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 15 12:34:07 PST 2024


================
@@ -43,7 +43,7 @@ void neg() {
 
 template <long int I>
 void tooBig() {
-  __attribute__((address_space(I))) int *bounds; // expected-error {{address space is larger than the maximum supported (8388586)}}
+  __attribute__((address_space(I))) int *bounds; // expected-error {{address space is larger than the maximum supported (8388585)}}
----------------
s-perron wrote:

Why did this get smaller?

https://github.com/llvm/llvm-project/pull/116393


More information about the cfe-commits mailing list