[MLIR][SPIRVToLLVM] Implementation of SPIR-V module conversion pattern
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. Differential Revision: https://reviews.llvm.org/D82468
Loading
Please sign in to comment