[all-commits] [llvm/llvm-project] 91153e: [mlir][NFC] remove stray decl of toAffineExpr, ren...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Fri Mar 6 22:39:23 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 91153e0624bdccb62f061ff9d9cce66f849efc28
https://github.com/llvm/llvm-project/commit/91153e0624bdccb62f061ff9d9cce66f849efc28
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-03-06 (Fri, 06 Mar 2020)
Changed paths:
M mlir/include/mlir/Analysis/AffineStructures.h
M mlir/include/mlir/IR/AffineExpr.h
M mlir/lib/Analysis/AffineStructures.cpp
M mlir/lib/IR/AffineExpr.cpp
Log Message:
-----------
[mlir][NFC] remove stray decl of toAffineExpr, rename for readability
Summary:
- remove stray toAffineExpr decl in affine analysis (name duplicate of
mlir::toAffineExpr)
- rename mlir::toAffineExpr for better readability
- related NFC changes
Signed-off-by: Uday Bondhugula <uday at polymagelabs.com>
Differential Revision: https://reviews.llvm.org/D75694
More information about the All-commits
mailing list