[PATCH] D67950: [TableGen] Fix a bug that MCSchedClassDesc is interfered between different SchedModel
Andrea Di Biagio via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 11 03:31:35 PDT 2019
andreadb added a comment.
In D67950#1705613 <https://reviews.llvm.org/D67950#1705613>, @andreadb wrote:
> I am not convinced that this patch is correct. Isn’t the problem that your model was wrongly marked as complete?
Nevermind. If the issue was related to the model being marked as complete, then the tablegen backend would have complained earlier on when building the scheduling classes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67950/new/
https://reviews.llvm.org/D67950
More information about the llvm-commits
mailing list