[Mlir-commits] [mlir] 7d05c23 - [mlir][tosa] Remove extra trailing whitespace (#134290)

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


Author: Jerry-Ge
Date: 2025-04-03T18:15:39-07:00
New Revision: 7d05c2326c579ff93b7b2a412cc2fd2b10598b34

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

LOG: [mlir][tosa] Remove extra trailing whitespace (#134290)

Trivial change.

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 c4050dcd6baf9..cda75da57f1ad 100644
--- a/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
+++ b/mlir/include/mlir/Dialect/Tosa/IR/TosaOps.td
@@ -2246,7 +2246,7 @@ def Tosa_CastOp: Tosa_Op<"cast", [Pure,
   let description = [{
     Casts a tensor from one data type to another.
     * This table is showing the supported conversions from the TOSA Specification.
-    * The MLIR dialect here can be used to represent other conversions. 
+    * The MLIR dialect here can be used to represent other conversions.
 
     | Mode                     | Input   | Output  |
     |--------------------------|---------|---------|


        


More information about the Mlir-commits mailing list