[all-commits] [llvm/llvm-project] 7709b2: [mlir][scf] NFC: create dedicated files for affine...

Lei Zhang via All-commits all-commits at lists.llvm.org
Tue Dec 7 08:01:23 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7709b23bef490fd4c5f095853f9a486fb0f984ff
      https://github.com/llvm/llvm-project/commit/7709b23bef490fd4c5f095853f9a486fb0f984ff
  Author: Lei Zhang <antiagainst at google.com>
  Date:   2021-12-07 (Tue, 07 Dec 2021)

  Changed paths:
    A mlir/include/mlir/Dialect/SCF/AffineCanonicalizationUtils.h
    M mlir/include/mlir/Dialect/SCF/Transforms.h
    M mlir/lib/Dialect/Linalg/Transforms/Loops.cpp
    A mlir/lib/Dialect/SCF/Transforms/AffineCanonicalizationUtils.cpp
    M mlir/lib/Dialect/SCF/Transforms/CMakeLists.txt
    M mlir/lib/Dialect/SCF/Transforms/LoopCanonicalization.cpp
    M mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp

  Log Message:
  -----------
  [mlir][scf] NFC: create dedicated files for affine utils

These functions are generic utility functions that operates on
affine ops within SCF regions. Moving them to their own files
for a better code structure, instead of mixing with loop
specialization logic.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list