[PATCH] D37055: [ARM] Reverse PostRASched subtarget feature logic

Sam Parker via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 02:31:49 PDT 2017


samparker created this revision.
Herald added subscribers: kristof.beyls, javed.absar, aemerson.

Replace the UsePostRAScheduler SubtargetFeature with DisablePostRAScheduler, which is then used by Swift and Cyclone. This patch maintains enabling PostRA scheduling for other Thumb2 capable cores and/or for functions which are being compiled in ARM mode.


https://reviews.llvm.org/D37055

Files:
  lib/Target/ARM/ARM.td
  lib/Target/ARM/ARMSubtarget.cpp
  lib/Target/ARM/ARMSubtarget.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37055.112318.patch
Type: text/x-patch
Size: 7237 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170823/1a1a52ee/attachment.bin>


More information about the llvm-commits mailing list