[PATCH] D33120: [ARM] Generic Improvements to ARM Schedulers. NFCI.

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 12 02:31:15 PDT 2017


javed.absar created this revision.
Herald added a subscriber: aemerson.

This patch adds missing scheds for Neon VLDx/VSTx instructions.
This will help one write schedulers easier/faster in the future for ARM sub-targets.
Existing models will not affected by this patch.


https://reviews.llvm.org/D33120

Files:
  lib/Target/ARM/ARMInstrNEON.td
  lib/Target/ARM/ARMSchedule.td
  lib/Target/ARM/ARMScheduleA9.td
  lib/Target/ARM/ARMScheduleR52.td
  lib/Target/ARM/ARMScheduleSwift.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33120.98740.patch
Type: text/x-patch
Size: 61803 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170512/069f3878/attachment-0001.bin>


More information about the llvm-commits mailing list