forked from OSchip/llvm-project
d7e6f116f4
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 |
||
---|---|---|
.. | ||
Dialect | ||
IR | ||
Pass | ||
SDBM | ||
TableGen | ||
CMakeLists.txt |