[mlir][memref] Extract isStaticShapeAndContiguousRowMajor as a util function.
authorOleg Shyshkov <shyshkov@google.com>
Mon, 15 May 2023 15:04:03 +0000 (17:04 +0200)
committerOleg Shyshkov <shyshkov@google.com>
Mon, 15 May 2023 15:09:04 +0000 (17:09 +0200)
commitb4d6aada623d2cbf7c34713e216679d4f013ac9d
tree5c8e5f5078627def63a6a234c3046d4d9dbdb3ce
parent36d4e4c9b5f6cd0577b6029055b825caaec2dd11
[mlir][memref] Extract isStaticShapeAndContiguousRowMajor as a util function.

Differential Revision: https://reviews.llvm.org/D150543
mlir/include/mlir/Dialect/MemRef/Utils/MemRefUtils.h
mlir/lib/Conversion/MemRefToLLVM/CMakeLists.txt
mlir/lib/Conversion/MemRefToLLVM/MemRefToLLVM.cpp
mlir/lib/Dialect/MemRef/CMakeLists.txt
mlir/lib/Dialect/MemRef/Utils/CMakeLists.txt [new file with mode: 0644]
mlir/lib/Dialect/MemRef/Utils/MemRefUtils.cpp [new file with mode: 0644]