[PATCH] D77175: [MLIR][NFC] loop transforms/analyis utils cleanup / modernize
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 31 14:19:29 PDT 2020
bondhugula created this revision.
Herald added subscribers: llvm-commits, grosul1, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini.
Herald added a project: LLVM.
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.
Depends on D77166 <https://reviews.llvm.org/D77166>.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D77175
Files:
mlir/include/mlir/Analysis/LoopAnalysis.h
mlir/include/mlir/Transforms/LoopUtils.h
mlir/lib/Analysis/LoopAnalysis.cpp
mlir/lib/Transforms/PipelineDataTransfer.cpp
mlir/lib/Transforms/Utils/LoopUtils.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77175.253999.patch
Type: text/x-patch
Size: 23660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200331/35a2e660/attachment.bin>
More information about the llvm-commits
mailing list