[PATCH] D71215: [AArch64][SVE] Add patterns for unpredicated load/store to frame-indices.

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jan 13 07:16:16 PST 2020


sdesmalen updated this revision to Diff 237670.
sdesmalen marked 11 inline comments as done.
sdesmalen added a comment.

- Code in `SelectAddrModeFrameIndexSVE` now checks if index is a FrameIndexSDNode (rather than assume it is one).
- Fixed whitespace and updated comment.


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

https://reviews.llvm.org/D71215

Files:
  llvm/include/llvm/Analysis/MemoryLocation.h
  llvm/lib/Analysis/Loads.cpp
  llvm/lib/CodeGen/CodeGenPrepare.cpp
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64InstrFormats.td
  llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
  llvm/lib/Target/AArch64/AArch64SVEInstrInfo.td
  llvm/lib/Target/AArch64/Utils/AArch64BaseInfo.h
  llvm/test/CodeGen/AArch64/spillfill-sve.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D71215.237670.patch
Type: text/x-patch
Size: 21268 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200113/ed544f92/attachment.bin>


More information about the llvm-commits mailing list