Add support for SPIR-V Struct Types. Current support is limited to
authorMahesh Ravishankar <ravishankarm@google.com>
Tue, 2 Jul 2019 19:30:34 +0000 (12:30 -0700)
committerMehdi Amini <aminim@google.com>
Tue, 2 Jul 2019 23:43:36 +0000 (16:43 -0700)
commitc73edeec139fdf3695e0156cac5261e2e30dfbc2
tree9bc94859ea9cfdcd1fd512a424439b72f3f61554
parent08927308b7fdd0c6c7d5e3280fe1eb34076f6489
Add support for SPIR-V Struct Types. Current support is limited to
supporting only Offset decorations

PiperOrigin-RevId: 256216704
mlir/g3doc/Dialects/SPIR-V.md
mlir/include/mlir/IR/Types.h
mlir/include/mlir/SPIRV/SPIRVDialect.h
mlir/include/mlir/SPIRV/SPIRVOps.td
mlir/include/mlir/SPIRV/SPIRVTypes.h
mlir/lib/IR/Types.cpp
mlir/lib/SPIRV/SPIRVDialect.cpp
mlir/lib/SPIRV/SPIRVTypes.cpp
mlir/test/SPIRV/types.mlir