[PATCH] D82331: TableGen/GlobalISel: Partially fix nontrivial, custom predicates
Daniel Sanders via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 13 10:49:28 PDT 2020
dsanders accepted this revision.
dsanders added a comment.
Yeah, there isn't really a better way to do it as there's no dependency tracking in the importer. GIMatchDAG can track exactly what needs to be available for the predicate to be testable (making it just an issue of how to represent that in the source) but we aren't using that in the importer.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82331/new/
https://reviews.llvm.org/D82331
More information about the llvm-commits
mailing list