[Mlir-commits] [mlir] 57f72ad - [NFC][MLIR][Affine] Add todo for adding affine namespace

William S. Moses llvmlistbot at llvm.org
Wed Mar 16 20:45:07 PDT 2022


Author: William S. Moses
Date: 2022-03-16T23:44:52-04:00
New Revision: 57f72ad91da19dfb59df50c60fb9c8a1cebdd910

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

LOG: [NFC][MLIR][Affine] Add todo for adding affine namespace

Added: 
    

Modified: 
    mlir/include/mlir/Dialect/Affine/IR/AffineOps.h

Removed: 
    


################################################################################
diff  --git a/mlir/include/mlir/Dialect/Affine/IR/AffineOps.h b/mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
index 05e31c9ebe8c6..f6144e8678778 100644
--- a/mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
+++ b/mlir/include/mlir/Dialect/Affine/IR/AffineOps.h
@@ -26,6 +26,9 @@ class AffineApplyOp;
 class AffineBound;
 class AffineValueMap;
 
+/// TODO: These should be renamed if they are on the mlir namespace.
+///       Ideally, they should go in a mlir::affine:: namespace.
+
 /// A utility function to check if a value is defined at the top level of an
 /// op with trait `AffineScope` or is a region argument for such an op. A value
 /// of index type defined at the top level is always a valid symbol for all its


        


More information about the Mlir-commits mailing list