[PATCH] D64198: [NFC][PowerPC] Add the feature control for PreRA and PostRA scheduler

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 4 08:26:14 PDT 2019


hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
Herald added subscribers: wuzish, MaskRay.

> We may need to disable the Pre-RA or Post-RA scheduler. Add the feature control for it.

Why? If this is just for debugging, then my thought is: We do have cl::opts that control this, and if we want this on a per-function basis, then this is not a ppc-specific problem and should introduce some target-independent attribute.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64198/new/

https://reviews.llvm.org/D64198





More information about the llvm-commits mailing list