[all-commits] [llvm/llvm-project] ecddaf: [MLIR] NFC affine for op tiling cleanup / utility ...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Sat Apr 18 12:37:46 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: ecddafd84a7aa74fb8c4087926db16eb1c459028
      https://github.com/llvm/llvm-project/commit/ecddafd84a7aa74fb8c4087926db16eb1c459028
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2020-04-19 (Sun, 19 Apr 2020)

  Changed paths:
    M mlir/include/mlir/Transforms/LoopUtils.h
    M mlir/lib/Dialect/Affine/Transforms/LoopTiling.cpp
    M mlir/lib/Transforms/Utils/LoopUtils.cpp

  Log Message:
  -----------
  [MLIR] NFC affine for op tiling cleanup / utility rename

Rename mlir::tileCodeGen -> mlir::tilePerfectlyNested to be consistent.
NFC clean up tiling utility code, drop dead code, better comments.
Expose isPerfectlyNested and reuse.

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




More information about the All-commits mailing list