artiq/artiq/compiler/transforms
Michael Birtwell 1b80746f48 Remove `outer_final`
We don't need to know whether there's a outer finally block
that's already implicit in the current break and continue
target.

Signed-off-by: Michael Birtwell <michael.birtwell@oxionics.com>
2022-02-24 19:58:33 +08:00
..
__init__.py compiler: hoist loads of kernel invariants to function entry block. 2018-05-25 02:18:13 +00:00
artiq_ir_generator.py Remove `outer_final` 2022-02-24 19:58:33 +08:00
asttyped_rewriter.py compiler: add support for bytes type and b"x" literals (#714). 2017-06-09 07:10:48 +00:00
cast_monomorphizer.py compiler: monomorphize casts first, but more carefully. 2019-02-07 06:24:32 +00:00
constant_hoister.py compiler: remove debug print. 2018-05-25 09:37:18 +00:00
dead_code_eliminator.py compiler: fixed dead code eliminator 2022-01-26 07:16:54 +08:00
inferencer.py compiler: supports kernel decorators with path 2021-07-02 17:01:31 +08:00
int_monomorphizer.py compiler: monomorphize casts first, but more carefully. 2019-02-07 06:24:32 +00:00
interleaver.py Rename 'with parallel' to 'with interleave' (#265). 2016-02-22 13:24:43 +00:00
iodelay_estimator.py compiler: don't typecheck RPCs except for return type. 2016-04-26 01:12:36 +00:00
llvm_ir_generator.py compiler: fix noreturn attribute on __artiq_resume 2022-02-01 19:01:40 +08:00
local_demoter.py compiler: implement local variable demotion. 2018-05-19 17:05:34 +00:00
typedtree_printer.py compiler.transforms: implement a typedtree printer. 2017-03-02 15:28:04 +00:00