[PATCH] D76762: [ARM][MVE] Add DoubleWidthResult flag

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 25 04:17:55 PDT 2020


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

Add a flag for those instructions which read from the top/bottom halves of their inputs and produce a vector of results of double width elements.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D76762

Files:
  llvm/lib/Target/ARM/ARMInstrFormats.td
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/lib/Target/ARM/MCTargetDesc/ARMBaseInfo.h
  llvm/unittests/Target/ARM/MachineInstrTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76762.252534.patch
Type: text/x-patch
Size: 5987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200325/39d78c80/attachment.bin>


More information about the llvm-commits mailing list