llvm-project/mlir/unittests/IR
River Riddle 0c7890c844 [mlir] Convert NamedAttribute to be a class
NamedAttribute is currently represented as an std::pair, but this
creates an extremely clunky .first/.second API. This commit
converts it to a class, with better accessors (getName/getValue)
and also opens the door for more convenient API in the future.

Differential Revision: https://reviews.llvm.org/D113956
2021-11-18 05:39:29 +00:00
..
AttributeTest.cpp [mlir][NFC] Replace references to Identifier with StringAttr 2021-11-16 17:36:26 +00:00
CMakeLists.txt [mlir] Tighten strided layout specification. 2021-10-04 10:37:05 +00:00
DialectTest.cpp [mlir] Support repeated delayed registration of dialect interfaces 2021-02-15 10:46:26 +01:00
InterfaceAttachmentTest.cpp Free memory leak on duplicate interface registration 2021-10-02 16:41:28 +00:00
OperationSupportTest.cpp [mlir] Convert NamedAttribute to be a class 2021-11-18 05:39:29 +00:00
ShapedTypeTest.cpp [mlir][RFC] Refactor layout representation in MemRefType 2021-10-19 12:31:15 +03:00
SubElementInterfaceTest.cpp [mlir] Add new SubElementAttr/SubElementType Interfaces 2021-06-10 17:23:07 -07:00