[all-commits] [llvm/llvm-project] b34b1c: [mlir] Support normalizing memrefs with MemRef_Rei...

Haruki Imai via All-commits all-commits at lists.llvm.org
Tue Aug 10 12:48:56 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b34b1c695509747765de8bf3fde999fd6ec88367
      https://github.com/llvm/llvm-project/commit/b34b1c695509747765de8bf3fde999fd6ec88367
  Author: Haruki Imai <imaihal at jp.ibm.com>
  Date:   2021-08-11 (Wed, 11 Aug 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
    M mlir/test/Transforms/normalize-memrefs-ops.mlir

  Log Message:
  -----------
  [mlir] Support normalizing memrefs with MemRef_ReinterpretCastOp

This patch enables normalizing memrefs with MemRef_ReinterpretCastOp by
adding MemRefsNormalizable trait in the Op definition.

Signed-off-by: Haruki Imai <imaihal at jp.ibm.com>

Reviewed By: bondhugula

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




More information about the All-commits mailing list