llvm-project/mlir/unittests/Dialect
HazemAbdelhafez d7e6f116f4 [mlir][spirv] Enhance structure type member decoration handling
Modify structure type in SPIR-V dialect to support:
1) Multiple decorations per structure member
2) Key-value based decorations (e.g., MatrixStride)

This commit kept the Offset decoration separate from members'
decorations container for easier implementation and logical clarity.
As such, all references to Structure layoutinfo are now offsetinfo,
and any member layout defining decoration (e.g., RowMajor for Matrix)
will be add to the members' decorations container along with its
value if any.

Differential Revision: https://reviews.llvm.org/D81426
2020-06-12 17:57:14 -04:00
..
Quant [mlir][NFC] Rename QuantOps to Quant 2020-03-17 15:16:47 -07:00
SPIRV [mlir][spirv] Enhance structure type member decoration handling 2020-06-12 17:57:14 -04:00
BroadcastShapeTest.cpp Mass update the MLIR license header to mention "Part of the LLVM project" 2020-01-26 03:58:30 +00:00
CMakeLists.txt [spirv] Add basic infrastructure for negative deserializer tests 2019-07-30 11:55:33 -07:00