[PATCH] D62945: [ARM] Add HasNEON for all neon patterns in ARMInstrNEON.td. NFCI
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 6 03:35:55 PDT 2019
dmgreen created this revision.
dmgreen added reviewers: t.p.northover, SjoerdMeijer, simon_tatham, samparker.
Herald added subscribers: hiraditya, kristof.beyls, javed.absar.
Herald added a project: LLVM.
We are starting to add an entirely separate vector architecture to the ARM backend. To do that we need at least some separation between the NEON and the new MVE code. This patch just goes through the Neon patterns and ensures that they are predicated on HasNEON, giving MVE a stable place to start from.
No tests yet as this is largely an NFC, and we don't have another target that will treat any of these as legal yet.
https://reviews.llvm.org/D62945
Files:
llvm/lib/Target/ARM/ARMInstrNEON.td
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62945.203307.patch
Type: text/x-patch
Size: 41019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190606/b65b2aeb/attachment.bin>
More information about the llvm-commits
mailing list