[PATCH] D113489: [AArch64][SVE] Instcombine SVE LD1/ST1 to stock LLVM IR

Peter Waller via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 15 02:53:22 PST 2021


peterwaller-arm added a comment.

It looks like some auto-generation lines were added in 91eda9c30f33da6ec6da70b59a5f5da6c6397039 <https://reviews.llvm.org/rG91eda9c30f33da6ec6da70b59a5f5da6c6397039>, but the tests using CHECK-DAG were not actually auto-generated. It seems we could either cleanly auto-generate them, or we should copy the existing CHECK-DAG patterns. It seems that what is currently committed is a little wrong, if only by having a 'these tests are auto-generated' header even though they are not auto-generated.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113489



More information about the llvm-commits mailing list