[clang] [llvm] [SPIR-V] Fixup storage class for global private (PR #116636)
Matt Arsenault via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 2 07:40:36 PST 2024
Nathan =?utf-8?q?Gauër?= <brioche at google.com>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/116636 at github.com>
================
@@ -102,7 +102,7 @@ int main() {
HasASTemplateFields<1> HASTF;
neg<-1>(); // expected-note {{in instantiation of function template specialization 'neg<-1>' requested here}}
correct<0x7FFFE9>();
- tooBig<8388650>(); // expected-note {{in instantiation of function template specialization 'tooBig<8388650L>' requested here}}
+ tooBig<8388651>(); // expected-note {{in instantiation of function template specialization 'tooBig<8388651L>' requested here}}
----------------
arsenm wrote:
Looks unrelated
https://github.com/llvm/llvm-project/pull/116636
More information about the cfe-commits
mailing list