@@ -215,14 +215,6 @@ def run_string_input(name: str, inputs: List[str], output: str, function: str) -
215
215
"input" : ["0x12345678" , "0x87654321" ],
216
216
"output" : "0x0000000000000000000000000000000000000000000000000000000012345678" ,
217
217
},
218
- "cmp.ll" : {
219
- "input" : ["0x00001234" , "0x00004321" ],
220
- "output" : "0x0000000000000000000000000000000000000000000000000000000000021908" ,
221
- },
222
- "cmp.ll" : {
223
- "input" : ["0x00004321" , "0x00001234" ],
224
- "output" : "0x0000000000000000000000000000000000000000000000000000000004c5f4b4" ,
225
- },
226
218
}
227
219
228
220
loop_tests = {
@@ -253,6 +245,14 @@ def run_string_input(name: str, inputs: List[str], output: str, function: str) -
253
245
"input" : ["0xff00ff00" , "0x00ff00ff" ],
254
246
"output" : "0x0000000000000000000000000000000000000000000000000000000000000001" ,
255
247
},
248
+ "cmp.ll" : {
249
+ "input" : ["0x00001234" , "0x00004321" ],
250
+ "output" : "0x0000000000000000000000000000000000000000000000000000000000021908" ,
251
+ },
252
+ "cmp.ll" : {
253
+ "input" : ["0x00004321" , "0x00001234" ],
254
+ "output" : "0x0000000000000000000000000000000000000000000000000000000004c5f4b4" ,
255
+ },
256
256
}
257
257
258
258
def run_testset (testset ) -> List [str ]:
0 commit comments