[all-commits] [llvm/llvm-project] 2afd16: [mlir] Enable MLIRDialectUtilsTests
ChiaHungDuan via All-commits
all-commits at lists.llvm.org
Sat Nov 27 14:44:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2afd16fe725ffa98723abda6dc19ee6d70f60a4d
https://github.com/llvm/llvm-project/commit/2afd16fe725ffa98723abda6dc19ee6d70f60a4d
Author: Chia-hung Duan <chiahungduan at google.com>
Date: 2021-11-27 (Sat, 27 Nov 2021)
Changed paths:
M mlir/unittests/Dialect/CMakeLists.txt
M mlir/unittests/Dialect/Utils/StructuredOpsUtilsTest.cpp
Log Message:
-----------
[mlir] Enable MLIRDialectUtilsTests
Also remove `TooFewDims` test which tried to create an invalid AffineMap.
The creation of an invalid AffineMap is rejected by `willBeValidAffineMap`,
as a result we can deprecate the test.
Reviewed By: bondhugula
Differential Revision: https://reviews.llvm.org/D114657
More information about the All-commits
mailing list