[all-commits] [llvm/llvm-project] 78453e: Mark AffineMap::replaceDimsAndSymbols as const (NFC)
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Tue May 19 20:13:03 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 78453e370547b8acd20093ab5d2fc18b7abc52a1
https://github.com/llvm/llvm-project/commit/78453e370547b8acd20093ab5d2fc18b7abc52a1
Author: Chintan Kaur <kaurc at google.com>
Date: 2020-05-20 (Wed, 20 May 2020)
Changed paths:
M mlir/include/mlir/IR/AffineMap.h
M mlir/lib/IR/AffineMap.cpp
Log Message:
-----------
Mark AffineMap::replaceDimsAndSymbols as const (NFC)
This is consistent to the other methods of the class, as well as
AffineExpr::replaceDimsAndSymbols.
Differential Revision: https://reviews.llvm.org/D80266
More information about the All-commits
mailing list