[PATCH] D20522: [misched] Extend scheduler to handle unsupported features

Simon Dardis via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 22 06:18:57 PDT 2016


sdardis removed rL LLVM as the repository for this revision.
sdardis updated this revision to Diff 61538.
sdardis added a comment.

Added documentation.
Reworked UnsupportedFeature class into a list of predicates as a member of SchedMachineModel. This massively simplified collectProcUnsupportedFeatures().
Added a note to checkCompleteness() for this feature.


http://reviews.llvm.org/D20522

Files:
  include/llvm/Target/TargetSchedule.td
  utils/TableGen/CodeGenSchedule.cpp
  utils/TableGen/CodeGenSchedule.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20522.61538.patch
Type: text/x-patch
Size: 4622 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160622/f8d32341/attachment.bin>


More information about the llvm-commits mailing list