forked from M-Labs/artiq
025bfbe746
The delay instruction is just like a branch (discontinuity in instruction flow), but it also carries metadata: how long did the execution of its basic block take. This metadata only matters during inlining and interleaving, so we treat it here as a mere branch. |
||
---|---|---|
.. | ||
__init__.py | ||
artiq_ir_generator.py | ||
asttyped_rewriter.py | ||
dead_code_eliminator.py | ||
inferencer.py | ||
int_monomorphizer.py | ||
interleaver.py | ||
iodelay_estimator.py | ||
llvm_ir_generator.py |