[mlir] Factor more common utils to IndexingUtils
authorHanhan Wang <hanchung@google.com>
Fri, 2 Dec 2022 01:04:09 +0000 (17:04 -0800)
committerHanhan Wang <hanchung@google.com>
Fri, 2 Dec 2022 21:27:01 +0000 (13:27 -0800)
commitb1d3afc93e0e6bdfbc1105b48bc4caed0c880be2
tree1a46b814d37df16ddf377e2485f512bd56aeae68
parent46584de02c1a38a0ccde85cb5c16331380966c36
[mlir] Factor more common utils to IndexingUtils

Reviewed By: mravishankar

Differential Revision: https://reviews.llvm.org/D139159
mlir/include/mlir/Dialect/Linalg/IR/Linalg.h
mlir/include/mlir/Dialect/Utils/IndexingUtils.h
mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp
mlir/lib/Dialect/Linalg/Transforms/HoistPadding.cpp
mlir/lib/Dialect/Linalg/Utils/Utils.cpp
mlir/lib/Dialect/SCF/Transforms/TileUsingInterface.cpp
mlir/lib/Dialect/Utils/IndexingUtils.cpp