[all-commits] [llvm/llvm-project] 4e4ea2: [MLIR] Add missing asserts in interchangeLoops uti...
Uday Bondhugula via All-commits
all-commits at lists.llvm.org
Sun Mar 29 11:33:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 4e4ea2cde44db699e6111caee4a1a71ae8d0b9d6
https://github.com/llvm/llvm-project/commit/4e4ea2cde44db699e6111caee4a1a71ae8d0b9d6
Author: Uday Bondhugula <uday at polymagelabs.com>
Date: 2020-03-30 (Mon, 30 Mar 2020)
Changed paths:
M mlir/include/mlir/Transforms/LoopUtils.h
M mlir/lib/Transforms/Utils/LoopUtils.cpp
Log Message:
-----------
[MLIR] Add missing asserts in interchangeLoops util, doc comment update
Add missing assert checks for input to mlir::interchangeLoops utility.
Rename interchangeLoops -> permuteLoops; update doc comments to clarify
inputs / return val. Other than the assert checks, this is NFC.
Signed-off-by: Uday Bondhugula <uday at polymagelabs.com>
Differential Revision: https://reviews.llvm.org/D77003
More information about the All-commits
mailing list