diff --git a/artiq/compiler/targets.py b/artiq/compiler/targets.py index 8a3211be1..eb4381635 100644 --- a/artiq/compiler/targets.py +++ b/artiq/compiler/targets.py @@ -100,7 +100,7 @@ class Target: llpassmgr.add_global_optimizer_pass() # Now, actually optimize the code. - llpassmgr.add_function_inlining_pass(70) + llpassmgr.add_function_inlining_pass(275) llpassmgr.add_instruction_combining_pass() llpassmgr.add_cfg_simplification_pass() llpassmgr.add_dead_arg_elimination_pass()