xo-jit: + MachPipeline::codegen_type()
This commit is contained in:
parent
274370c28c
commit
09d884737d
2 changed files with 22 additions and 0 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue