[Mlir-commits] [mlir] 690bed8 - [mlir][arith] Add missing heading comment. NFC.

Jakub Kuderski llvmlistbot at llvm.org
Thu Dec 8 08:23:04 PST 2022


Author: Jakub Kuderski
Date: 2022-12-08T11:22:46-05:00
New Revision: 690bed8c62c77e85381953650f0457b7095692df

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

LOG: [mlir][arith] Add missing heading comment. NFC.

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Arith/IR/ArithOps.td

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Arith/IR/ArithOps.td b/mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
index 6c7244bc7845c..d2fedaaba3fa7 100644
--- a/mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
+++ b/mlir/include/mlir/Dialect/Arith/IR/ArithOps.td
@@ -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"]>]> {


        


More information about the Mlir-commits mailing list