[PATCH] D85813: [ARM] Mark VMINNMA/VMAXNMA as commutative

Dave Green via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 00:17:17 PDT 2020


dmgreen created this revision.
dmgreen added reviewers: simon_tatham, SjoerdMeijer, samparker, efriedma, ostannard, samtebbs.
Herald added subscribers: danielkiss, hiraditya, kristof.beyls.
Herald added a project: LLVM.
dmgreen requested review of this revision.

These operations take Qda and Rn register operands, which are commutative so long as the instruction is not predicated.


https://reviews.llvm.org/D85813

Files:
  llvm/lib/Target/ARM/ARMInstrMVE.td
  llvm/lib/Target/ARM/Thumb2InstrInfo.cpp
  llvm/lib/Target/ARM/Thumb2InstrInfo.h
  llvm/test/CodeGen/Thumb2/mve-vmaxnma-commute.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85813.284986.patch
Type: text/x-patch
Size: 5088 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200812/dc17f1d5/attachment.bin>


More information about the llvm-commits mailing list