[all-commits] [llvm/llvm-project] 1af15d: [mlir] Switch {collapse, expand}_shape ops to the d...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Thu Feb 17 11:04:50 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1af15de6b77278fec12e72ca8be9f6408fd4761b
      https://github.com/llvm/llvm-project/commit/1af15de6b77278fec12e72ca8be9f6408fd4761b
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2022-02-17 (Thu, 17 Feb 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/MemRef/IR/MemRefOps.td
    M mlir/include/mlir/Dialect/Tensor/IR/TensorOps.td
    M mlir/include/mlir/Dialect/Utils/ReshapeOpsUtils.h
    M mlir/lib/Dialect/MemRef/IR/MemRefOps.cpp
    M mlir/lib/Dialect/Tensor/IR/TensorOps.cpp
    M mlir/lib/Dialect/Utils/ReshapeOpsUtils.cpp

  Log Message:
  -----------
  [mlir] Switch {collapse,expand}_shape ops to the declarative assembly format

Same functionality, a lot less code.




More information about the All-commits mailing list