From 7caf7225562d6b662a10208cd4a9d39c6653121a Mon Sep 17 00:00:00 2001 From: Ties Stuij Date: Mon, 14 Oct 2024 12:41:52 +0100 Subject: [PATCH] Add -enable-dfa-jump-thread to Omax.cfg This optimization sees some good improvements and the downstream equivalent is enabled for -Omax on Arm Compiler 6. --- Omax.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/Omax.cfg b/Omax.cfg index 7cf623bf..68916319 100644 --- a/Omax.cfg +++ b/Omax.cfg @@ -5,3 +5,4 @@ -mllvm -unroll-max-iteration-count-to-analyze=20 \ -mllvm -lsr-complexity-limit=1073741823 \ -mllvm -force-attribute=main:norecurse \ +-mllvm -enable-dfa-jump-thread \