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

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 20 18:15:24 PDT 2020


efriedma created this revision.
efriedma added reviewers: sdesmalen, c-rhodes, kmclaughlin.
Herald added subscribers: danielkiss, psnobl, rkruppe, hiraditya, kristof.beyls, tschuett, qcolombet.
Herald added a project: LLVM.

The set of patterns for unpredicated load/store was incomplete: it didn't include extending loads and truncating extending stores.  Fill out the remaining patterns for extending stores, and add the corresponding support to frame offset lowering.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D80349

Files:
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/test/CodeGen/AArch64/spillfill-sve.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D80349.265402.patch
Type: text/x-patch
Size: 14711 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200521/a35a756d/attachment.bin>


More information about the llvm-commits mailing list