[mlir][arith] Add missing heading comment. NFC.
authorJakub Kuderski <kubak@google.com>
Thu, 8 Dec 2022 16:22:46 +0000 (11:22 -0500)
committerJakub Kuderski <kubak@google.com>
Thu, 8 Dec 2022 16:22:46 +0000 (11:22 -0500)
mlir/include/mlir/Dialect/Arith/IR/ArithOps.td

index 6c7244b..d2fedaa 100644 (file)
@@ -221,6 +221,9 @@ def Arith_AddIOp : Arith_TotalIntBinaryOp<"addi", [Commutative]> {
   let hasCanonicalizer = 1;
 }
 
+//===----------------------------------------------------------------------===//
+// AddUIExtendedOp
+//===----------------------------------------------------------------------===//
 
 def Arith_AddUIExtendedOp : Arith_Op<"addui_extended", [Pure, Commutative,
     AllTypesMatch<["lhs", "rhs", "sum"]>]> {