[PATCH] D63814: [TableGen] Allow DAG isel patterns to override default operands.
Nicolai Hähnle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 1 02:06:23 PDT 2019
nhaehnle added a comment.
Would it be possible to make default operands overridable automatically iff they are at the end of the operand list? I.e., if you have a suffix of default operands, then those can be overridden?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63814/new/
https://reviews.llvm.org/D63814
More information about the llvm-commits
mailing list