Merge pull request #10263 from ethereum/fixTryCreateYul

Fix Yul codegen for try with create.
This commit is contained in:
chriseth
2020-11-11 20:10:54 +01:00
committed by GitHub
4 changed files with 13 additions and 3 deletions
@@ -12,6 +12,7 @@ contract C {
}
}
// ====
// compileViaYul: also
// EVMVersion: >=tangerineWhistle
// ----
// f() -> true
@@ -17,6 +17,7 @@ contract A {
}
}
// ====
// compileViaYul: also
// EVMVersion: >=constantinople
// ----
// different_salt() -> true
@@ -26,6 +26,7 @@ contract C {
}
}
// ====
// compileViaYul: also
// EVMVersion: >=byzantium
// ----
// f() -> 0, 0, 96, 13, "test message."