================ @@ -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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
