[llvm] [SROA] Fix assertion failure when promoting self-referential load/store (PR #208826)

Krisitan Erik Olsen via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 00:08:42 PDT 2026


================
@@ -10,5 +10,5 @@ void bar() {
   } ::foo<int>; // expected-error {{no template named 'foo' in the global namespace; did you mean simply 'foo'?}} \
                 // expected-error {{template specialization requires 'template<>'}}
 }
-} // namespace N
+} // namespace GH207992
----------------
Kristianerik wrote:

Removed sorry for the noise. 

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


More information about the llvm-commits mailing list