[PATCH] D114128: [SROA] Add an IR to test that allocations of struct are scalarized.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 18 00:39:32 PST 2021


lebedev.ri added inline comments.


================
Comment at: llvm/test/Transforms/SROA/alloca-struct.ll:1
+; RUN: opt < %s -sroa -S | FileCheck %s
+; RUN: opt < %s -passes=sroa -S | FileCheck %s
----------------
Please just use auto-update test like in the other tests here


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114128/new/

https://reviews.llvm.org/D114128



More information about the llvm-commits mailing list