[mlir] Enable MLIRDialectUtilsTests
authorChia-hung Duan <chiahungduan@google.com>
Sat, 27 Nov 2021 22:36:42 +0000 (22:36 +0000)
committerChia-hung Duan <chiahungduan@google.com>
Sat, 27 Nov 2021 22:36:43 +0000 (22:36 +0000)
commit2afd16fe725ffa98723abda6dc19ee6d70f60a4d
tree1f05b3fd1a562346252227e5d5fdbb5e4feb39e1
parent5c64d8ef8cc0c0ed3e0f2ae693d99e7f70f20a84
[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
mlir/unittests/Dialect/CMakeLists.txt
mlir/unittests/Dialect/Utils/StructuredOpsUtilsTest.cpp