xo-jit: + MachPipeline::codegen_type()

This commit is contained in:
Roland Conybeare 2024-06-25 11:13:25 -04:00
commit 09d884737d
2 changed files with 22 additions and 0 deletions

View file

@ -311,6 +311,11 @@ namespace xo {
}
}
llvm::Type *
MachPipeline::codegen_type(TypeDescr td) {
return td_to_llvm_type(llvm_cx_.borrow(), td);
}
llvm::Function *
MachPipeline::codegen_primitive(ref::brw<PrimitiveInterface> expr)
{