[all-commits] [llvm/llvm-project] d13574: [MLIR][Affine] Add test for non-hyperrectangular l...
Ruizhe Zhao via All-commits
all-commits at lists.llvm.org
Sun Jul 26 07:48:11 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: d135744c34dc7a6315f1d2d65a969a2791a97534
https://github.com/llvm/llvm-project/commit/d135744c34dc7a6315f1d2d65a969a2791a97534
Author: Vincent Zhao <vincentzhaorz at gmail.com>
Date: 2020-07-26 (Sun, 26 Jul 2020)
Changed paths:
M mlir/lib/Dialect/Affine/Transforms/LoopTiling.cpp
A mlir/test/Dialect/Affine/loop-tiling-unsupported.mlir
Log Message:
-----------
[MLIR][Affine] Add test for non-hyperrectangular loop tiling
This diff provides a concrete test case for the error that will be raised when the iteration space is non hyper-rectangular.
The corresponding emission method for this error message has been changed as well.
Differential Revision: https://reviews.llvm.org/D84531
More information about the All-commits
mailing list