[all-commits] [llvm/llvm-project] 807e54: [mlir] Add canonicalization for tensor_cast + tens...

Thomas via All-commits all-commits at lists.llvm.org
Tue Feb 16 07:12:27 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 807e5467f3e1b115f53377ea36ecad5625ce8280
      https://github.com/llvm/llvm-project/commit/807e5467f3e1b115f53377ea36ecad5625ce8280
  Author: Thomas Raoux <thomasraoux at google.com>
  Date:   2021-02-16 (Tue, 16 Feb 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
    M mlir/lib/Dialect/StandardOps/IR/Ops.cpp
    M mlir/test/Dialect/Standard/canonicalize.mlir

  Log Message:
  -----------
  [mlir] Add canonicalization for tensor_cast + tensor_to_memref

This helps bufferization passes by removing tensor_cast operations.

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




More information about the All-commits mailing list