[Mlir-commits] [mlir] [mlir][tosa] Remove extra declarations of MulOperandsAndResultElementType in TosaOps.td (PR #134300)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Thu Apr 3 13:16:57 PDT 2025
https://github.com/Jerry-Ge created https://github.com/llvm/llvm-project/pull/134300
Minor code cleanup
>From 8d89d792c32f918c626843dc68d9b629a5e70ea0 Mon Sep 17 00:00:00 2001
From: Jerry Ge <jerry.ge at arm.com>
Date: Thu, 3 Apr 2025 13:07:42 -0700
Subject: [PATCH] [mlir][tosa] Remove extra declarations of
MulOperandsAndResultElementType in TosaOps.td
Signed-off-by: Jerry Ge <jerry.ge at arm.com>
Change-Id: Ia0e330bbe0ef90a3aef9d0b0406f9ba88c703d67
---
mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td | 5 -----
1 file changed, 5 deletions(-)
diff --git a/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td b/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
index c5314f8d9d406..c4050dcd6baf9 100644
--- a/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
+++ b/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
@@ -974,11 +974,6 @@ def Tosa_MinimumOp : Tosa_ElementwiseOp<"minimum", [
];
}
-def MulOperandsAndResultElementType :
- NativeOpTrait<"MulOperandsAndResultElementType"> {
- let cppNamespace = "mlir::OpTrait::tosa";
-}
-
//===----------------------------------------------------------------------===//
// Operator: mul
//===----------------------------------------------------------------------===//
More information about the Mlir-commits
mailing list