[PATCH] D58066: [MCA][Scheduler] Use latency information to further classify busy instructions.

Andrea Di Biagio via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 12 04:51:40 PST 2019


andreadb updated this revision to Diff 186442.
andreadb marked 4 inline comments as done.
andreadb added a comment.

Addressed review comments.

For consistency, I renamed instruction stage IS_WAITING to IS_PENDING.


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

https://reviews.llvm.org/D58066

Files:
  include/llvm/MCA/HardwareUnits/Scheduler.h
  include/llvm/MCA/Instruction.h
  lib/MCA/HardwareUnits/Scheduler.cpp
  lib/MCA/Instruction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D58066.186442.patch
Type: text/x-patch
Size: 12040 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190212/b2afdd9d/attachment.bin>


More information about the llvm-commits mailing list