[all-commits] [llvm/llvm-project] 9ddb46: [mlir] refactor common idiom into AffineMap method

Aart Bik via All-commits all-commits at lists.llvm.org
Fri Nov 13 19:18:36 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 9ddb464d37b05b993734c62511576a947b4542df
      https://github.com/llvm/llvm-project/commit/9ddb464d37b05b993734c62511576a947b4542df
  Author: Aart Bik <ajcbik at google.com>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M mlir/include/mlir/IR/AffineMap.h
    M mlir/lib/Dialect/Linalg/Transforms/FusionOnTensors.cpp
    M mlir/lib/Dialect/Vector/VectorOps.cpp
    M mlir/lib/Dialect/Vector/VectorTransforms.cpp
    M mlir/lib/IR/AffineMap.cpp

  Log Message:
  -----------
  [mlir] refactor common idiom into AffineMap method

motivated by a refactoring in the new sparse code (yet to be merged), this avoids some lengthy code dup

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list