This patch introduces type conversion for SPIR-V structs. Since handling offset case requires thorough testing, it was left out (for the next patch). Hence, only structs with no offset are currently supported.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Conversion/SPIRVToLLVM/spirv-types-to-llvm.mlir | ||
---|---|---|
41 | Should this also be marked as not supported at the moment? We might lose information by just ignoring decorations. We can getMemberDecorations and make sure it's empty at the moment. |
Should this also be marked as not supported at the moment? We might lose information by just ignoring decorations. We can getMemberDecorations and make sure it's empty at the moment.