[all-commits] [llvm/llvm-project] 11d88c: [MLIR][NFC] Move normalizeAffine methods to Affine...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Tue Jul 6 19:45:55 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 11d88c4acb682d672a216ec1b684ea0b53ce94e7
      https://github.com/llvm/llvm-project/commit/11d88c4acb682d672a216ec1b684ea0b53ce94e7
  Author: Uday Bondhugula <uday at polymagelabs.com>
  Date:   2021-07-07 (Wed, 07 Jul 2021)

  Changed paths:
    M mlir/lib/Dialect/Affine/Transforms/AffineLoopNormalize.cpp
    M mlir/lib/Dialect/Affine/Utils/Utils.cpp

  Log Message:
  -----------
  [MLIR][NFC] Move normalizeAffine methods to Affine utils

The normalizeAffineForOp and normalizedAffineParallel methods were
misplaced in the AffineLoopNormalize pass file while their declarations
were in affine utils. Move these to affine Utils.cpp. NFC.

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




More information about the All-commits mailing list