]> granicus.if.org Git - llvm/commit
[ARM] Change the MC names for VMAXNM/VMINNM
authorSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 30 May 2019 14:34:29 +0000 (14:34 +0000)
committerSjoerd Meijer <sjoerd.meijer@arm.com>
Thu, 30 May 2019 14:34:29 +0000 (14:34 +0000)
commit0a656ff5124cd76299031da283823ed527bdb521
tree8785e26896bcf83277b6445ebbbec6232ba460f3
parentbf4c5f4724e5c3a9aab5ddf8b5c201f67aaa0f1c
[ARM] Change the MC names for VMAXNM/VMINNM

Now the NEON ones have a prefix "NEON_", and the VFP ones have a
prefix "VFP_". This is so that the regex in ARMScheduleA57.td can be
made to match both of _those_ classes of VMAXNM without also matching
the MVE ones that are going to be introduced soon. NFCI.

Patch by Simon Tatham.

Differential Revision: https://reviews.llvm.org/D60700

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@362097 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrNEON.td
lib/Target/ARM/ARMInstrVFP.td
lib/Target/ARM/ARMScheduleA57.td