[PATCH] D62680: [ARM] Add MVE vector load/store instructions.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 09:08:43 PDT 2019


simon_tatham updated this revision to Diff 206235.
simon_tatham added a comment.

Minor revisions to this patch: changed a couple of legacy `t2rGPR` into `rGPR` (after the former was withdrawn during code review of D63650 <https://reviews.llvm.org/D63650>). Also added a small knock-on fix in `checkTargetMatchPredicate`, preventing an assertion failure in a check that was specific to `rGPR`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62680

Files:
  llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
  llvm/lib/Target/ARM/ARMInstrFormats.td
  llvm/lib/Target/ARM/ARMInstrInfo.td
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/lib/Target/ARM/ARMInstrThumb2.td
  llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMAddressingModes.h
  llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
  llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMInstPrinter.h
  llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
  llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
  llvm/test/MC/ARM/mve-load-store.s
  llvm/test/MC/Disassembler/ARM/mve-load-store.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62680.206235.patch
Type: text/x-patch
Size: 198756 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190624/1f3d4a11/attachment-0001.bin>


More information about the llvm-commits mailing list