Skip to content

Commit

Permalink
fix(EVM): Update LLVM options after fixes (#1112)
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Radosavljevic <vr@matterlabs.dev>
Co-authored-by: Vladimir Radosavljevic <vr@matterlabs.dev>
  • Loading branch information
0xVolosnikov and vladimirradosavljevic authored Dec 3, 2024
1 parent cb868ae commit 6c115b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-contracts/contracts/EvmEmulator.yul.llvm.options
Original file line number Diff line number Diff line change
@@ -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'
'-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'

0 comments on commit 6c115b4

Please sign in to comment.