[PATCH] D76117: NFC: modernize / clean up some loop transform utils, affine analysis utils
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 12 23:19:40 PDT 2020
bondhugula created this revision.
bondhugula added reviewers: flaub, andydavis1, rriddle.
Herald added subscribers: llvm-commits, Joonsoo, liufengdb, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, mehdi_amini.
Herald added a project: LLVM.
bondhugula edited the summary of this revision.
bondhugula updated this revision to Diff 250133.
bondhugula added a comment.
Update commit message
- remove stale declarations on flat affine constraints
- avoid allocating small vectors where possible
- clean up code comments, rename some variables
Signed-off-by: Uday Bondhugula <uday at polymagelabs.com>
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D76117
Files:
mlir/include/mlir/Analysis/AffineStructures.h
mlir/lib/Analysis/AffineStructures.cpp
mlir/lib/Analysis/LoopAnalysis.cpp
mlir/lib/Transforms/Utils/LoopUtils.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76117.250133.patch
Type: text/x-patch
Size: 14111 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200313/e8e0f83c/attachment.bin>
More information about the llvm-commits
mailing list