[Mlir-commits] [mlir] 4514a3c - [mlir][shape] Fix description copy pasta

Jacques Pienaar llvmlistbot at llvm.org
Mon Aug 10 21:17:50 PDT 2020


Author: Jacques Pienaar
Date: 2020-08-10T21:17:32-07:00
New Revision: 4514a3cfa4765ec77e8ccf56e84ae124ea5afa63

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

LOG: [mlir][shape] Fix description copy pasta

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Shape/IR/ShapeBase.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Shape/IR/ShapeBase.td b/mlir/include/mlir/Dialect/Shape/IR/ShapeBase.td
index 3e0177bca50e..754dfcd6452f 100644
--- a/mlir/include/mlir/Dialect/Shape/IR/ShapeBase.td
+++ b/mlir/include/mlir/Dialect/Shape/IR/ShapeBase.td
@@ -45,8 +45,8 @@ def Shape_ComponentType : DialectType<ShapeDialect,
     CPred<"$_self.isa<::mlir::shape::ComponentType>()">, "component type">,
     BuildableType<"$_builder.getType<::mlir::shape::ComponentType>()"> {
   let typeDescription = [{
-    `shape.element_type` represents the element type of the ShapedType. It may
-    be unknown, error or regular element type supported by ShapedType.
+    `shape.component_type` represents the tuple of shape, element type and
+    attribute.
   }];
 }
 


        


More information about the Mlir-commits mailing list