[all-commits] [llvm/llvm-project] bf0cc6: [mlir][NFC] modernize / clean up some loop transfo...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Fri Mar 13 21:19:29 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: bf0cc6b328ca7fe8b938acb379eb56d7e74ad019
https://github.com/llvm/llvm-project/commit/bf0cc6b328ca7fe8b938acb379eb56d7e74ad019
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-03-13 (Fri, 13 Mar 2020)
Changed paths:
M mlir/include/mlir/Analysis/AffineStructures.h
M mlir/lib/Analysis/AffineStructures.cpp
M mlir/lib/Analysis/LoopAnalysis.cpp
M mlir/lib/Transforms/Utils/LoopUtils.cpp
Log Message:
-----------
[mlir][NFC] modernize / clean up some loop transform utils, affine analysis utils
Summary:
- remove stale declarations on flat affine constraints
- avoid allocating small vectors where possible
- clean up code comments, rename some variables
Differential Revision: https://reviews.llvm.org/D76117
More information about the All-commits
mailing list