[PATCH] D45229: [MI-sched] schedule following instruction latencies

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 12 10:02:42 PDT 2018


fhahn added a subscriber: jonpa.
fhahn added a comment.

Great, I am looking forward to hearing what you find! @jonpa just landed r329884, which should make it easier to add target-specific MachineScheduler's with customized heuristics; basically all one has to do is to implement a custom `tryCandidate` function. IMO it would make it easier to experiment with heuristics if we would have a separate scheduler with experimental heuristics for AArch64.


https://reviews.llvm.org/D45229





More information about the llvm-commits mailing list