[PATCH] D89114: [TableGen][SchedModels] Fix aliasing of SchedWriteVariant
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 17 00:09:37 PDT 2020
dmgreen added a comment.
If you are happy with the mca test showing the changes, the other test could be removed if it's causing more trouble than it's worth?
Unoptimized tablegen on windows is known to be very slow. It's up to you but it may be better to create fake instructions or remove the test entirely. Parsing an entire tablegen backend for one test, even if it is a quicker one, might not be something that is great in the long run.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89114/new/
https://reviews.llvm.org/D89114
More information about the llvm-commits
mailing list