[PATCH] D47763: [X86] Explicitly mark unsupported zmm classes in scheduling models.
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 7 02:30:08 PDT 2018
RKSimon added a comment.
What do you think about adding X86WriteUnsupported and X86WriteUnsupportedResPair to X86Schedule.td (similar to https://reviews.llvm.org/D47766) - that way we can keep the unsupported classes in place (next to the XMM/YMM versions) - they might be easy to track then.
Repository:
rL LLVM
https://reviews.llvm.org/D47763
More information about the llvm-commits
mailing list