[all-commits] [llvm/llvm-project] 70b6f1: [mlir] Support MemRefType with multiple AffineMaps...

Vladislav Vinogradov via All-commits all-commits at lists.llvm.org
Thu Mar 25 02:24:37 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70b6f16e07f7c8c65c07314cc118e88f9be234a7
      https://github.com/llvm/llvm-project/commit/70b6f16e07f7c8c65c07314cc118e88f9be234a7
  Author: Vladislav Vinogradov <vlad.vinogradov at intel.com>
  Date:   2021-03-25 (Thu, 25 Mar 2021)

  Changed paths:
    M mlir/lib/IR/BuiltinTypes.cpp
    M mlir/test/Dialect/Affine/memref-stride-calculation.mlir
    M mlir/unittests/IR/CMakeLists.txt
    A mlir/unittests/IR/MemRefTypeTest.cpp

  Log Message:
  -----------
  [mlir] Support MemRefType with multiple AffineMaps in getStridesAndOffset

Compose multiple AffineMaps into single map before strides extraction.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D99166




More information about the All-commits mailing list