From d8de5fe9dd4fda7fbd7880813fe96ab76599277f Mon Sep 17 00:00:00 2001 From: Vladimir Radosavljevic Date: Mon, 2 Dec 2024 12:50:40 +0100 Subject: [PATCH] fix(EVM): Update LLVM options after fixes Signed-off-by: Vladimir Radosavljevic --- system-contracts/contracts/EvmEmulator.yul.llvm.options | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system-contracts/contracts/EvmEmulator.yul.llvm.options b/system-contracts/contracts/EvmEmulator.yul.llvm.options index ea418b985..704e0a70e 100644 --- a/system-contracts/contracts/EvmEmulator.yul.llvm.options +++ b/system-contracts/contracts/EvmEmulator.yul.llvm.options @@ -1 +1 @@ -'-eravm-jump-table-density-threshold=10 -tail-dup-size=6 -eravm-enable-split-loop-phi-live-ranges -tail-merge-only-bbs-without-succ -join-globalcopies -disable-early-taildup' \ No newline at end of file +'-eravm-jump-table-density-threshold=10 -tail-dup-size=6 -eravm-enable-split-loop-phi-live-ranges -tail-merge-only-bbs-without-succ -tail-dup-fallthrough-bbs' \ No newline at end of file