[PATCH] D30744: Improve machine schedulers for in-order processors

Javed Absar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 8 15:22:37 PST 2017


javed.absar added a comment.

Hi Matthias:

The single-issue restriction is on the instruction and not a limitation of the ProcResource e.g.  for some processor, a load using load/store unit may be allowed dual-issue, but VLDx using the same load/store unit may not be allowed to dual-issue.


https://reviews.llvm.org/D30744





More information about the llvm-commits mailing list