[PATCH] D80349: [AArch64][SVE] Fill out missing unpredicated load/store patterns.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 21 01:04:06 PDT 2020


sdesmalen accepted this revision.
sdesmalen added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/test/CodeGen/AArch64/spillfill-sve.ll:66
+; CHECK-DAG: ld1h    { z{{[01]}}.s }, p0/z, [sp]
+; CHECK-DAG: ld1h    { z{{[01]}}.s }, p0/z, [sp, #1, mul vl]
+  %local0 = alloca <vscale x 4 x i16>
----------------
There are a few tests missing for the sign-extending loads.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D80349





More information about the llvm-commits mailing list