[PATCH] D62675: [ARM] Add a batch of MVE floating-point instructions.

Simon Tatham via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 20 05:00:39 PDT 2019


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

Added the floating-point VMINNMA / VMAXNMA instructions to this patch, which were mistakenly included in D62677 <https://reviews.llvm.org/D62677> despite not being derived from the latter patch's shared base class.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62675

Files:
  llvm/lib/Target/ARM/ARMInstrInfo.td
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
  llvm/lib/Target/ARM/Disassembler/ARMDisassembler.cpp
  llvm/lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp
  llvm/test/MC/ARM/mve-float.s
  llvm/test/MC/Disassembler/ARM/mve-float.txt

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62675.205780.patch
Type: text/x-patch
Size: 51111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190620/6cc1c9cc/attachment.bin>


More information about the llvm-commits mailing list