Home
last modified time | relevance | path

Searched refs:dstModule (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Target/SPIRV/
H A DTranslateRegistration.cpp151 OwningOpRef<ModuleOp> dstModule(ModuleOp::create( in roundTripModule() local
154 dstModule->getBody()->push_front(spirvModule.release()); in roundTripModule()
155 if (failed(verify(*dstModule))) in roundTripModule()
157 dstModule->print(output); in roundTripModule()