[PATCH] D64198: [NFC][PowerPC] Add the feature control for PreRA and PostRA scheduler
Jinsong Ji via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 4 19:41:18 PDT 2019
jsji added a comment.
As Hal mentioned, `enable-misched` and `enable-post-misched` should be able to turn on/off the pre-ra/post-ra scheduler.
Regarding to different subtarget (cpu), why we need to turn on/off with feature at runtime? Shouldn't that be configured in code?
yeah, per function control might be more useful here.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64198/new/
https://reviews.llvm.org/D64198
More information about the llvm-commits
mailing list