[PATCH] D15667: [MachineScheduler] Handle regmasks and allow calls to be rescheduled.

Jonas Paulsson via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 3 09:21:10 PST 2016


jonpa added a comment.

Considering that different instructions may have different grouping rules, meaning that in some cases some instructions can only go in certain slots and so on, a greater freedom for the scheduler should generally be good. I think I became interested in this while looking at some functions with long chains of calls. But, as I said, this is just experimentation so far.


http://reviews.llvm.org/D15667





More information about the llvm-commits mailing list