[Mlir-commits] [mlir] [mlir][python] remove mixins (PR #68853)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Oct 12 18:28:11 PDT 2023
================
@@ -989,9 +979,7 @@ static void emitRegionAccessors(const Operator &op, raw_ostream &os) {
static void emitValueBuilder(const Operator &op,
llvm::SmallVector<std::string> functionArgs,
raw_ostream &os) {
- // If we are asked to skip default builders, comply.
- if (op.skipDefaultBuilders())
- return;
+ auto name = sanitizeName(op.getOperationName());
----------------
rkayaith wrote:
`name` seems to be unused
https://github.com/llvm/llvm-project/pull/68853
More information about the Mlir-commits
mailing list