diff options
Diffstat (limited to 'scripts/fuzz_opt.py')
-rwxr-xr-x | scripts/fuzz_opt.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/fuzz_opt.py b/scripts/fuzz_opt.py index cdce33ff5..fc2192137 100755 --- a/scripts/fuzz_opt.py +++ b/scripts/fuzz_opt.py @@ -1039,7 +1039,8 @@ opt_choices = [ # ["--fpcast-emu"], # removes indirect call failures as it makes them go through regardless of type ["--inlining"], ["--inlining-optimizing"], - ["--flatten", "--local-cse"], + ["--flatten", "--simplify-locals-notee-nostructure", "--local-cse"], + ["--local-cse"], ["--heap2local"], ["--remove-unused-names", "--heap2local"], ["--generate-stack-ir"], |