diff options
author | Vladislav Vinogradov <vlad.vinogradov@intel.com> | 2021-02-04 14:12:05 +0300 |
---|---|---|
committer | Vladislav Vinogradov <vlad.vinogradov@intel.com> | 2021-02-05 15:22:16 +0300 |
commit | f349abc265ebbd2acdc6b6332f475f81aca49d48 (patch) | |
tree | 380dd3477ab5f870466e4f1064c7316661dc2713 /llvm/lib/Transforms/Utils/InlineFunction.cpp | |
parent | 45ccfd9c9d0311371a8217c15c2ef3ba969a0aff (diff) | |
download | llvm-f349abc265ebbd2acdc6b6332f475f81aca49d48.zip llvm-f349abc265ebbd2acdc6b6332f475f81aca49d48.tar.gz llvm-f349abc265ebbd2acdc6b6332f475f81aca49d48.tar.bz2 |
[mlir] Add `const` qualifiers to `AffineMap` methods
The `AffineMap` class follows the same semantic as Type and Attribute.
It is immutable object, so it make sence to mark its methods as const.
Also part of its API is already marked as const, this change just make the API consistent.
Reviewed By: ftynse, bondhugula
Differential Revision: https://reviews.llvm.org/D96026
Diffstat (limited to 'llvm/lib/Transforms/Utils/InlineFunction.cpp')
0 files changed, 0 insertions, 0 deletions