This patch introduces conversion patterns for spv.module and spv._module_end. SPIR-V module is converted into ModuleOp. This will play a role of enclosing scope to LLVM ops. At the moment, SPIR-V module attributes (such as memory model, etc) are ignored.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo