llvm-project/mlir/unittests/IR
Stephen Neuendorffer 7776b19eed [MLIR] Move TestDialect to ::test namespace
While the changes are extensive, they basically fall into a few
categories:
1) Moving the TestDialect itself.
2) Updating C++ code in tablegen to explicitly use ::mlir, since it
will be put in a headers that shouldn't expect a 'using'.
3) Updating some generic MLIR Interface definitions to do the same thing.
4) Updating the Tablegen generator in a few places to be explicit about
namespaces
5) Doing the same thing for llvm references, since we no longer pick
up the definitions from mlir/Support/LLVM.h

Differential Revision: https://reviews.llvm.org/D88251
2021-08-14 13:24:41 -07:00
..
AttributeTest.cpp [mlir] Emit errors when creating unregistered attributes/types when not allowed 2021-04-02 12:45:35 -07:00
CMakeLists.txt [mlir] separable registration of attribute and type interfaces 2021-06-15 15:20:27 +02:00
DialectTest.cpp [mlir] Support repeated delayed registration of dialect interfaces 2021-02-15 10:46:26 +01:00
InterfaceAttachmentTest.cpp [MLIR] Move TestDialect to ::test namespace 2021-08-14 13:24:41 -07:00
MemRefTypeTest.cpp [mlir] fix -Wsign-compare in memref unit tests 2021-03-26 19:38:13 +01:00
OperationSupportTest.cpp [mlir][IR] Add an Operation::eraseOperands that supports batch erasure 2021-03-09 15:07:53 -08:00
ShapedTypeTest.cpp [mlir] Model MemRef memory space as Attribute 2021-03-10 12:57:27 +03:00
SubElementInterfaceTest.cpp [mlir] Add new SubElementAttr/SubElementType Interfaces 2021-06-10 17:23:07 -07:00