[Sol->Yul] Implementing bytes copying from calldata to memory.

This commit is contained in:
Djordje Mijovic
2020-07-27 15:14:26 +02:00
parent da189a6678
commit 96258c7e75
11 changed files with 53 additions and 0 deletions
@@ -11,5 +11,7 @@ contract C {
return (a.length, m1.length, uint8(m1[0]), s1);
}
}
// ====
// compileViaYul: also
// ----
// f(string[]): 0x20, 0x1, 0x20, 0x2, hex"6162000000000000000000000000000000000000000000000000000000000000" -> 1, 2, 97, 0x80, 2, "ab"