What's the input of Numba

As is described in the doc, the input of Numba is python function bytecode. Does this mean that Numba takes the pyc files as inputs and generate llvm IR as the final output?

Hi @czs1886, I’ve replied here: https://github.com/numba/numba/issues/6105#issuecomment-671268712