summaryrefslogtreecommitdiff
path: root/scripts/fuzz_opt.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fuzz_opt.py')
-rwxr-xr-xscripts/fuzz_opt.py3
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"],