[Mlir-commits] [mlir] fcfbef5 - [mlir][tosa] Remove extra declarations of MulOperandsAndResultElementType in TosaOps.td (#134300)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Apr 3 18:15:34 PDT 2025


Author: Jerry-Ge
Date: 2025-04-03T18:15:30-07:00
New Revision: fcfbef5582f097f3933470755c3f873e9efce03f

URL: https://github.com/llvm/llvm-project/commit/fcfbef5582f097f3933470755c3f873e9efce03f
DIFF: https://github.com/llvm/llvm-project/commit/fcfbef5582f097f3933470755c3f873e9efce03f.diff

LOG: [mlir][tosa] Remove extra declarations of MulOperandsAndResultElementType in TosaOps.td (#134300)

Minor code cleanup

Signed-off-by: Jerry Ge <jerry.ge at arm.com>

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td

Removed: 
    


################################################################################
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