[TVM] Basic compiler question with LLVM

Dear all,

I’ve digged through Relay IR -> sch -> stmt -> LLVM IR.

I’m targeting VTA on pynq board.

While studying LLVM API, I can’ t find where the machine code is generated.

I only found the code that translates LoweredFunc to SSA form in LLVM.

How does TVM generate binary code?

Thanks,

Jake