[PATCH] D17747: TableGen: Check scheduling models for completeness
Daniel Sanders via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 3 02:20:49 PST 2016
dsanders added a comment.
I agree that a static check is generally better than a dynamic check. However we have quite a lot of instructions to mark unsupported due to the way things like MIPS16 and microMIPS are implemented. I'll have a quick look into marking instructions unsupported by feature bit. That should allow us to cover the majority of our unsupported instructions concisely.
Repository:
rL LLVM
http://reviews.llvm.org/D17747
More information about the llvm-commits
mailing list