[all-commits] [llvm/llvm-project] 68316a: [MLIR][NFC] loop transforms/analyis utils cleanup ...

Uday Bondhugula via All-commits all-commits at lists.llvm.org
Wed Apr 1 10:11:52 PDT 2020


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

  Changed paths:
    M mlir/include/mlir/Analysis/LoopAnalysis.h
    M mlir/include/mlir/Transforms/LoopUtils.h
    M mlir/lib/Analysis/LoopAnalysis.cpp
    M mlir/lib/Transforms/PipelineDataTransfer.cpp
    M mlir/lib/Transforms/Utils/LoopUtils.cpp

  Log Message:
  -----------
  [MLIR][NFC] loop transforms/analyis utils cleanup / modernize

Modernize/cleanup code in loop transforms utils - a lot of this code was
written prior to the currently available IR support / code style. This
patch also does some variable renames including inst -> op, comment
updates, turns getCleanupLoopLowerBound into a local function.

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




More information about the All-commits mailing list