[PATCH] D17747: TableGen: Check scheduling models for completeness

Andrew Trick via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 7 10:08:41 PST 2016


atrick added a comment.

I think marking the scheduling class as Unsupported will result in invalid scheduling info. It might be good to add a dynamic assert ensuring that all scheduling classes are valid if the model is complete.


Repository:
  rL LLVM

http://reviews.llvm.org/D17747





More information about the llvm-commits mailing list