[PATCH] D74277: [MLIR][Affine] NFC: Move AffineValueMap and MutableAffineMap
River Riddle via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 9 22:52:44 PST 2020
rriddle accepted this revision.
rriddle added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/lib/Dialect/AffineOps/AffineValueMap.cpp:75
+
+inline bool AffineValueMap::isMultipleOf(unsigned idx, int64_t factor) const {
+ return map.isMultipleOf(idx, factor);
----------------
We can drop the inline keywords now.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74277/new/
https://reviews.llvm.org/D74277
More information about the llvm-commits
mailing list