Skip to content

Commit

Permalink
feat: tweak LLVM options for the latest version of EvmEmulator
Browse files Browse the repository at this point in the history
Signed-off-by: Vladimir Radosavljevic <[email protected]>
  • Loading branch information
vladimirradosavljevic committed Oct 29, 2024
1 parent 1ebf257 commit 94d0d06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LLVM.lock
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
url = "https://github.com/matter-labs/era-compiler-llvm"
branch = "main"
branch = "tail_duplicate_fallthrough_bbs"
3 changes: 1 addition & 2 deletions compiler_tester/src/vm/eravm/system_contracts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -261,8 +261,7 @@ impl SystemContracts {
"6",
"-eravm-enable-split-loop-phi-live-ranges",
"-tail-merge-only-bbs-without-succ",
"-join-globalcopies",
"-disable-early-taildup",
"-tail-dup-fallthrough-bbs",
]
.into_iter()
.map(|option| option.to_owned())
Expand Down

0 comments on commit 94d0d06

Please sign in to comment.