[all-commits] [llvm/llvm-project] 461605: [mlir] Add MemRefReinterpretCastOp definition to S...

Alexander Belyaev via All-commits all-commits at lists.llvm.org
Thu Oct 22 06:18:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 461605c418e9059aa50de65c60bbd49e8f270b4a
      https://github.com/llvm/llvm-project/commit/461605c418e9059aa50de65c60bbd49e8f270b4a
  Author: Alexander Belyaev <pifon at google.com>
  Date:   2020-10-22 (Thu, 22 Oct 2020)

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

  Log Message:
  -----------
  [mlir] Add MemRefReinterpretCastOp definition to Standard.

Reuse most code for printing/parsing/verification from SubViewOp.

https://llvm.discourse.group/t/rfc-standard-memref-cast-ops/1454/15

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




More information about the All-commits mailing list