[PATCH] D78292: [mlir] ODS: support operations with resizable operand lists
Mehdi AMINI via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 15:04:57 PDT 2020
mehdi_amini added a comment.
Can we handle this with a traits on the op itself instead?
This implementation does not seem to be robust with respect to custom builders, and I suspect that with a trait we could just change the generic create method to query this traits and set the right flag.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78292/new/
https://reviews.llvm.org/D78292
More information about the llvm-commits
mailing list