Merge pull request #10221 from ethereum/refactorArrayConversions

[Sol->Yul] Refactor array conversions
This commit is contained in:
chriseth
2020-11-10 16:18:11 +01:00
committed by GitHub
3 changed files with 78 additions and 62 deletions
@@ -15,6 +15,6 @@ contract C {
}
}
// ====
// compileViaYul: true
// compileViaYul: also
// ----
// f(uint32, (uint128, uint256[][2], uint32)): 55, 0x40, 77, 0x60, 88, 0x40, 0x40, 2, 1, 2 -> 55, 77, 1, 2, 88