[clang] [llvm] [SROA] Fix assertion failure when promoting self-referential load/store (PR #208826)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 12 13:53:21 PDT 2026
================
@@ -0,0 +1,20 @@
+; RUN: opt --passes=sroa %s -S -o - 2>&1 | FileCheck %s
----------------
nikic wrote:
```suggestion
; RUN: opt --passes=sroa -S < %s | FileCheck %s
```
and update_test_checks.py.
https://github.com/llvm/llvm-project/pull/208826
More information about the llvm-commits
mailing list