Merge pull request #10211 from ethereum/copyArrayCalldata2MemSol2Yul

[Sol->Yul] Copying arrays from calldata to memory
This commit is contained in:
chriseth
2020-11-23 15:02:18 +01:00
committed by GitHub
19 changed files with 278 additions and 126 deletions
@@ -4,5 +4,7 @@ contract C {
r = x;
}
}
// ====
// compileViaYul: also
// ----
// f(uint256[2][]): 0x0, 1, 8, 7, 6, 5 -> 0x20, 2, 8, 7, 6, 5