[all-commits] [llvm/llvm-project] 6d4f78: [MLIR] Support for ReturnOps in memref map layout ...

avarmapml via All-commits all-commits at lists.llvm.org
Thu Aug 13 06:45:31 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6d4f7801b1d2a0ec6fbc0cb4eb9d3613df788d78
      https://github.com/llvm/llvm-project/commit/6d4f7801b1d2a0ec6fbc0cb4eb9d3613df788d78
  Author: avarmapml <abhishek.varma at polymagelabs.com>
  Date:   2020-08-13 (Thu, 13 Aug 2020)

  Changed paths:
    M mlir/lib/Transforms/NormalizeMemRefs.cpp
    M mlir/lib/Transforms/Utils/Utils.cpp
    M mlir/test/Transforms/normalize-memrefs.mlir

  Log Message:
  -----------
  [MLIR] Support for ReturnOps in memref map layout normalization

-- This commit handles the returnOp in memref map layout normalization.
-- An initial filter is applied on FuncOps which helps us know which functions can be
   a suitable candidate for memref normalization which doesn't lead to invalid IR.
-- Handles memref map normalization for external function assuming the external function
   is normalizable.

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




More information about the All-commits mailing list