[all-commits] [llvm/llvm-project] 59442a: [mlir][Linalg] Change signature of `get(Parallel/R...

MaheshRavishankar via All-commits all-commits at lists.llvm.org
Thu Dec 30 14:02:36 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 59442a54608f84636c8e167fb38c3e27667e4671
      https://github.com/llvm/llvm-project/commit/59442a54608f84636c8e167fb38c3e27667e4671
  Author: MaheshRavishankar <ravishankarm at google.com>
  Date:   2021-12-30 (Thu, 30 Dec 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/IR/Linalg.h
    M mlir/include/mlir/Dialect/Linalg/IR/LinalgInterfaces.td
    M mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp
    M mlir/lib/Dialect/Linalg/IR/LinalgOps.cpp

  Log Message:
  -----------
  [mlir][Linalg] Change signature of `get(Parallel/Reduce/Window)Dims` method.

These method currently takes a SmallVector<AffineExpr> & as an
argument to return the dims as AffineExpr. This creation of
AffineExpr objects is unnecessary.

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




More information about the All-commits mailing list