[PATCH] D62967: [ARM] Add MVE addressing to isLegalT2AddressImmediate

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 6 10:07:56 PDT 2019


dmgreen created this revision.
dmgreen added reviewers: SjoerdMeijer, t.p.northover, samparker, simon_tatham.
Herald added subscribers: hiraditya, kristof.beyls, javed.absar.
Herald added a project: LLVM.

Now with MVE being added, we can add the vector addressing modes for it. These are generally imm7 multiplied by the size of the type being loaded/stored.


https://reviews.llvm.org/D62967

Files:
  llvm/lib/Target/ARM/ARMISelLowering.cpp
  llvm/test/Analysis/CostModel/ARM/gep.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62967.203394.patch
Type: text/x-patch
Size: 10220 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190606/c06fc440/attachment.bin>


More information about the llvm-commits mailing list