[mlir] use OpBuilderDAG instead of OpBuilder
A recent commit introduced a new syntax for specifying builder arguments in ODS, which is better amenable to automated processing, and deprecated the old form. Transition all dialects as well as Linalg ODS generator to use the new syntax. Add a deprecation notice to ODS generator. Reviewed By: rriddle, jpienaar Differential Revision: https://reviews.llvm.org/D90038
Loading
Please sign in to comment