[clang] [llvm] [SROA] Canonicalize homogeneous structs into fixed vectors (PR #165159)
Jameson Nash via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 1 12:00:35 PST 2026
================
@@ -0,0 +1,45 @@
+; RUN: opt -passes=sroa -S %s | FileCheck %s
----------------
vtjnash wrote:
This should have an auto-generated check lines if possible, per
https://llvm.org/docs/TestingGuide.html#generating-assertions-in-regression-tests
Or a comment "NOTE: Do not autogenerate" with an explanation why it won't work
https://github.com/llvm/llvm-project/pull/165159
More information about the llvm-commits
mailing list