[all-commits] [llvm/llvm-project] 9dbffe: [mlir] Reorder shape assuming bufferization.

Tres via All-commits all-commits at lists.llvm.org
Thu Oct 29 03:36:29 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9dbffe4a28f46a9fd5dab36bf443a090588ac6de
      https://github.com/llvm/llvm-project/commit/9dbffe4a28f46a9fd5dab36bf443a090588ac6de
  Author: Tres Popp <tpopp at google.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M mlir/lib/Dialect/Shape/Transforms/StructuralTypeConversions.cpp

  Log Message:
  -----------
  [mlir] Reorder shape assuming bufferization.

The previous ordering continued to use the original assuming after
replacing it which is not allowed. Now, inline the region from the old
into the new before the replacement.

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




More information about the All-commits mailing list