[PATCH] D39100: [ARM] Use PostRA machine scheduler when FeatureUseMISched is set

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 19 10:43:33 PDT 2017


fhahn accepted this revision.
fhahn added a comment.
This revision is now accepted and ready to land.

Thanks for working on this Eugene! That's one change I meant to put up, but never got around to.

LGTM, but please hold of committing a bit, in case other people have additional thoughts. I think it might be a good idea to add a test checking that `+use-misched` enables the PostRA MachineScheduler (and the MachineScheduler, as it seems I failed to add a test in https://reviews.llvm.org/D35935 :()


Repository:
  rL LLVM

https://reviews.llvm.org/D39100





More information about the llvm-commits mailing list