diff --git a/mlir/include/mlir/Dialect/Arith/IR/ArithOps.td b/mlir/include/mlir/Dialect/Arith/IR/ArithOps.td --- a/mlir/include/mlir/Dialect/Arith/IR/ArithOps.td +++ b/mlir/include/mlir/Dialect/Arith/IR/ArithOps.td @@ -46,12 +46,6 @@ let assemblyFormat = "$lhs `,` $rhs attr-dict `:` type($result)"; } -// Base class for ternary arithmetic operations. -class Arith_TernaryOp traits = []> : - Arith_ArithOp { - let assemblyFormat = "$a `,` $b `,` $c attr-dict `:` type($result)"; -} - // Base class for integer binary operations. class Arith_IntBinaryOp traits = []> : Arith_BinaryOp