[all-commits] [llvm/llvm-project] 31f803: Revert "[mlir][MemRef] Fix DimOp folding of Offset...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Thu Jul 8 03:09:47 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 31f80393bc06f8eeab35218e1d4476bf120e452e
      https://github.com/llvm/llvm-project/commit/31f80393bc06f8eeab35218e1d4476bf120e452e
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2021-07-08 (Thu, 08 Jul 2021)

  Changed paths:
    M mlir/include/mlir/IR/BuiltinTypes.h
    M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
    M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
    M mlir/lib/IR/BuiltinTypes.cpp
    M mlir/test/Dialect/MemRef/canonicalize.mlir
    M mlir/test/Dialect/Tensor/canonicalize.mlir

  Log Message:
  -----------
  Revert "[mlir][MemRef] Fix DimOp folding of OffsetSizeAndStrideInterface."

This reverts commit 6c0fd4db79f2def432f761627bb8c7d4171a3237.

This simple implementation is unfortunately not extensible and needs to be reverted.
The extensible way should be to extend https://reviews.llvm.org/D104321.




More information about the All-commits mailing list