Skip to content

Commit 58d21f1

Browse files
committed
Remove // compileViaYul: also
1 parent 788dc6b commit 58d21f1

File tree

1,267 files changed

+0
-1267
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,267 files changed

+0
-1267
lines changed

test/libsolidity/semanticTests/abiEncoderV1/abi_decode_dynamic_array.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ contract C {
55
}
66

77
// ====
8-
// compileViaYul: also
98
// ----
109
// f(bytes): 0x20, 0xc0, 0x20, 0x4, 0x3, 0x4, 0x5, 0x6 -> 0x20, 0x4, 0x3, 0x4, 0x5, 0x6

test/libsolidity/semanticTests/abiEncoderV1/abi_decode_fixed_arrays.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ contract C {
55
}
66
}
77
// ====
8-
// compileViaYul: also
98
// ----
109
// f(uint16[3],uint16[2][3],uint256,uint256,uint256): 1, 2, 3, 11, 12, 21, 22, 31, 32, 1, 2, 1 -> 2, 32

test/libsolidity/semanticTests/abiEncoderV1/abi_decode_static_array.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,5 @@ contract C {
99
}
1010

1111
// ====
12-
// compileViaYul: also
1312
// ----
1413
// f(bytes): 0x20, 0xc0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6 -> 1, 2, 3, 4, 5, 6

test/libsolidity/semanticTests/abiEncoderV1/abi_decode_static_array_v2.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,5 @@ contract C {
1212
}
1313

1414
// ====
15-
// compileViaYul: also
1615
// ----
1716
// f(bytes): 0x20, 0xc0, 0x1, 0x2, 0x3, 0x4, 0x5, 0x6 -> 1, 2, 3, 4, 5, 6

test/libsolidity/semanticTests/abiEncoderV1/abi_decode_trivial.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ contract C {
55
}
66

77
// ====
8-
// compileViaYul: also
98
// ----
109
// f(bytes): 0x20, 0x20, 0x21 -> 33

test/libsolidity/semanticTests/abiEncoderV1/abi_decode_v2.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,5 @@ contract C {
1919
}
2020

2121
// ====
22-
// compileViaYul: also
2322
// ----
2423
// f() -> 0x20, 0x8, 0x40, 0x3, 0x9, 0xa, 0xb

test/libsolidity/semanticTests/abiEncoderV1/abi_decode_v2_calldata.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@ contract C {
1313
}
1414

1515
// ====
16-
// compileViaYul: also
1716
// ----
1817
// f(bytes): 0x20, 0xe0, 0x20, 0x21, 0x40, 0x3, 0xa, 0xb, 0xc -> 0x20, 0x21, 0x40, 0x3, 0xa, 0xb, 0xc

test/libsolidity/semanticTests/abiEncoderV1/abi_decode_v2_storage.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ contract C {
2121
}
2222

2323
// ====
24-
// compileViaYul: also
2524
// ----
2625
// f() -> 0x20, 0x8, 0x40, 0x3, 0x9, 0xa, 0xb
2726
// gas irOptimized: 203310

test/libsolidity/semanticTests/abiEncoderV1/abi_encode.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ contract C {
3030

3131
// ====
3232
// compileToEwasm: also
33-
// compileViaYul: also
3433
// ----
3534
// f0() -> 0x20, 0x0
3635
// f1() -> 0x20, 0x40, 0x1, 0x2

test/libsolidity/semanticTests/abiEncoderV1/abi_encode_call.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,5 @@ contract C {
2323
}
2424

2525
// ====
26-
// compileViaYul: also
2726
// ----
2827
// f() -> true

0 commit comments

Comments
 (0)