[PATCH] D76909: [MachineScheduler] Update available queue on the first mop of a new cycle

Qing Shan Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 03:10:34 PDT 2020


steven.zhang added a comment.

Can we guard it with getMicroOpBufferSize() == 0 to avoid the impact of the out of order CPU as you motivate this patch with inorder cpu ?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76909/new/

https://reviews.llvm.org/D76909





More information about the llvm-commits mailing list