Test updates.

This commit is contained in:
Daniel Kirchner
2021-08-17 19:00:28 +02:00
parent 442666d181
commit f9e57dd642
180 changed files with 1278 additions and 1219 deletions
@@ -18,17 +18,17 @@ contract C {
// compileViaYul: also
// ----
// constructor(), 20 wei
// gas irOptimized: 219233
// gas irOptimized: 220113
// gas legacy: 288299
// gas legacyOptimized: 177933
// gas legacyOptimized: 174543
// f(uint256): 20 -> 1370859564726510389319704988634906228201275401179
// x() -> 1
// f(uint256): 20 -> FAILURE
// x() -> 1
// stack(uint256): 1023 -> FAILURE
// gas irOptimized: 349023
// gas irOptimized: 345821
// gas legacy: 535367
// gas legacyOptimized: 354656
// gas legacyOptimized: 349920
// x() -> 1
// stack(uint256): 10 -> 693016686122178122849713379390321835634789309880
// x() -> 2
@@ -20,9 +20,9 @@ contract test {
// compileViaYul: also
// ----
// set(uint8,uint8,uint8,uint8,uint8): 1, 21, 22, 42, 43 -> 0, 0, 0, 0
// gas irOptimized: 112020
// gas irOptimized: 111450
// gas legacy: 113806
// gas legacyOptimized: 111781
// gas legacyOptimized: 111700
// get(uint8): 1 -> 21, 22, 42, 43
// set(uint8,uint8,uint8,uint8,uint8): 1, 10, 30, 11, 31 -> 21, 22, 42, 43
// get(uint8): 1 -> 10, 30, 11, 31