Test report

AliasSisu
Date2026-04-22_17h00m01s
Commit ID437b16ea9568b5eb183e30d17224093102d4a6fc
Tests summary
PartPassed / Total
Part 1: Lexer and parser88 / 88
Part 1 Hidden: Lexer and parser23 / 23
Part 2: AST and sematic analysis112 / 112
Part 2 Hidden: AST and sematic analysis23 / 23
Part 3: Code generation29 / 33
Part 3 Hidden: Code genration8 / 14
Part 4: Register Allocation8 / 88
Part 5: Object-Oriented Features0 / 44
Exit codes
CodeExplanation
260Generated program contains too many memory accesses.
250One or more lexer error(s).
245One or more parse error(s).
240One or more semantic error(s).
230Compiled program produced wrong output.
224AST construction is wrong.
204Compiled program not found.
124Your compiler or program timed out (your compiler or produced program might have an infinite loop).
125The MARS simulator timed out (maybe your generated program has an infinite loop).
2The MARS simulator exited prematurely.
1JVM exited prematurely. It might occur when your compiler has infinite recursion/loops, throws an uncaught exception, requires a different Java version, or when you have forgotten to push some files with git, etc.
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
fibonacci lexer 0 0 N/A N/A N/A N/A Pass
int lexer 0 0 N/A N/A N/A N/A Pass
intintint lexer 0 0 N/A N/A N/A N/A Pass
single_comment lexer 0 0 N/A N/A N/A N/A Pass
multi_comment lexer 0 0 N/A N/A N/A N/A Pass
nested_comments lexer 0 0 N/A N/A N/A N/A Pass
all_tokens lexer 0 0 N/A N/A N/A N/A Pass
escape_codes_1 lexer 0 0 N/A N/A N/A N/A Pass
escape_codes_2 lexer 250 250 N/A N/A N/A N/A Pass
multiple_characters_in_single_quotes lexer 250 250 N/A N/A N/A N/A Pass
char_assign_digits lexer 250 250 N/A N/A N/A N/A Pass
most_chars lexer 0 0 N/A N/A N/A N/A Pass
no_main lexer 0 0 N/A N/A N/A N/A Pass
minimal lexer 0 0 N/A N/A N/A N/A Pass
undefined_token lexer 250 250 N/A N/A N/A N/A Pass
identifiers lexer 0 0 N/A N/A N/A N/A Pass
includes lexer 0 0 N/A N/A N/A N/A Pass
preprocessing lexer 250 250 N/A N/A N/A N/A Pass
empty lexer 0 0 N/A N/A N/A N/A Pass
division lexer 0 0 N/A N/A N/A N/A Pass
fibonacci parser 0 0 N/A N/A N/A N/A Pass
arithmetic interpreter parser 0 0 N/A N/A N/A N/A Pass
sort linked list parser 0 0 N/A N/A N/A N/A Pass
int parser 245 245 N/A N/A N/A N/A Pass
single_comment parser 0 0 N/A N/A N/A N/A Pass
multi_comment parser 0 0 N/A N/A N/A N/A Pass
nested_comments parser 245 245 N/A N/A N/A N/A Pass
escape_codes_1 parser 0 0 N/A N/A N/A N/A Pass
most_chars parser 0 0 N/A N/A N/A N/A Pass
no_main parser 245 245 N/A N/A N/A N/A Pass
minimal parser 0 0 N/A N/A N/A N/A Pass
just_main parser 245 245 N/A N/A N/A N/A Pass
identifiers parser 0 0 N/A N/A N/A N/A Pass
includes parser 0 0 N/A N/A N/A N/A Pass
break parser 0 0 N/A N/A N/A N/A Pass
continue parser 0 0 N/A N/A N/A N/A Pass
break_without_semicolon parser 245 245 N/A N/A N/A N/A Pass
continue_without_semicolon parser 245 245 N/A N/A N/A N/A Pass
empty parser 0 0 N/A N/A N/A N/A Pass
while_loop_1 parser 0 0 N/A N/A N/A N/A Pass
while_loop_2 parser 0 0 N/A N/A N/A N/A Pass
while_loop_3 parser 245 245 N/A N/A N/A N/A Pass
unterminated_stmt parser 245 245 N/A N/A N/A N/A Pass
function_application_1 parser 245 245 N/A N/A N/A N/A Pass
function_application_2 parser 0 0 N/A N/A N/A N/A Pass
function_application_3 parser 0 0 N/A N/A N/A N/A Pass
function_application_4 parser 245 245 N/A N/A N/A N/A Pass
function_declaration parser 0 0 N/A N/A N/A N/A Pass
function_declaration_without_semicolon parser 245 245 N/A N/A N/A N/A Pass
function_declaration_malformed parser 245 245 N/A N/A N/A N/A Pass
function_decl_def_and_struct parser 0 0 N/A N/A N/A N/A Pass
function_application_5 parser 0 0 N/A N/A N/A N/A Pass
count_to_n parser 0 0 N/A N/A N/A N/A Pass
declarations parser 0 0 N/A N/A N/A N/A Pass
missing_declarations parser 0 0 N/A N/A N/A N/A Pass
double_declarations parser 0 0 N/A N/A N/A N/A Pass
reserved_keyword_as_identifier parser 245 245 N/A N/A N/A N/A Pass
program_ends_with_single_comment parser 0 0 N/A N/A N/A N/A Pass
empty_functions_1 parser 0 0 N/A N/A N/A N/A Pass
empty_functions_2 parser 0 0 N/A N/A N/A N/A Pass
empty_comparison parser 245 245 N/A N/A N/A N/A Pass
else_if parser 0 0 N/A N/A N/A N/A Pass
arithmetic_1 parser 0 0 N/A N/A N/A N/A Pass
arithmetic_2 parser 0 0 N/A N/A N/A N/A Pass
broken_arithmetic parser 245 245 N/A N/A N/A N/A Pass
assignment_error parser 245 245 N/A N/A N/A N/A Pass
all_syntax_categories parser 0 0 N/A N/A N/A N/A Pass
all_syntax_categories_with_spaces parser 0 0 N/A N/A N/A N/A Pass
all_syntax_categories_compact parser 0 0 N/A N/A N/A N/A Pass
type_error parser 0 0 N/A N/A N/A N/A Pass
identifier_missing_type parser 245 245 N/A N/A N/A N/A Pass
nested_conditional_statements parser 0 0 N/A N/A N/A N/A Pass
empty_conditional parser 245 245 N/A N/A N/A N/A Pass
if_empty_body parser 0 0 N/A N/A N/A N/A Pass
statements_as_expressions parser 245 245 N/A N/A N/A N/A Pass
deep_body_nesting parser 0 0 N/A N/A N/A N/A Pass
variable_initialization parser 245 245 N/A N/A N/A N/A Pass
returning_multiple_times parser 0 0 N/A N/A N/A N/A Pass
else parser 245 245 N/A N/A N/A N/A Pass
struct_wrong parser 245 245 N/A N/A N/A N/A Pass
struct_usage parser 0 0 N/A N/A N/A N/A Pass
struct_declaration parser 0 0 N/A N/A N/A N/A Pass
ternary_comparison parser 0 0 N/A N/A N/A N/A Pass
pointer_pointer parser 0 0 N/A N/A N/A N/A Pass
pointer_dereference parser 0 0 N/A N/A N/A N/A Pass
struct_pointer_dereference parser 0 0 N/A N/A N/A N/A Pass
double_reference parser 245 245 N/A N/A N/A N/A Pass
type_cast parser 245 245 N/A N/A N/A N/A Pass
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
hidden17 lexer 250 250 N/A N/A N/A N/A Pass
hidden1 parser 0 0 N/A N/A N/A N/A Pass
hidden2 parser 0 0 N/A N/A N/A N/A Pass
hidden3 parser 0 0 N/A N/A N/A N/A Pass
hidden4 parser 0 0 N/A N/A N/A N/A Pass
hidden5 parser 0 0 N/A N/A N/A N/A Pass
hidden6 parser 0 0 N/A N/A N/A N/A Pass
hidden7 parser 0 0 N/A N/A N/A N/A Pass
hidden8 parser 0 0 N/A N/A N/A N/A Pass
hidden9 parser 0 0 N/A N/A N/A N/A Pass
hidden10 parser 0 0 N/A N/A N/A N/A Pass
hidden11 parser 0 0 N/A N/A N/A N/A Pass
hidden12 parser 0 0 N/A N/A N/A N/A Pass
hidden13 parser 245 245 N/A N/A N/A N/A Pass
hidden14 parser 0 0 N/A N/A N/A N/A Pass
hidden15 parser 0 0 N/A N/A N/A N/A Pass
hidden16 parser 0 0 N/A N/A N/A N/A Pass
hidden18 parser 0 0 N/A N/A N/A N/A Pass
hidden19 parser 245 245 N/A N/A N/A N/A Pass
hidden20 parser 0 0 N/A N/A N/A N/A Pass
hidden21 parser 0 0 N/A N/A N/A N/A Pass
hidden22 parser 245 245 N/A N/A N/A N/A Pass
hidden23 parser 0 0 N/A N/A N/A N/A Pass
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
fibonacci ast 0 0 N/A N/A N/A N/A Pass
loop break continue ast 0 0 N/A N/A N/A N/A Pass
escaped chars ast 0 0 N/A N/A N/A N/A Pass
arithmetic interpreter ast 0 0 N/A N/A N/A N/A Pass
sort linked list ast 0 0 N/A N/A N/A N/A Pass
arithmetics ast 0 0 N/A N/A N/A N/A Pass
arithmetics_plus ast 0 0 N/A N/A N/A N/A Pass
arithmetics_plus_mul ast 0 0 N/A N/A N/A N/A Pass
arithmetics_parentheses ast 0 0 N/A N/A N/A N/A Pass
arithmetics_modulo ast 0 0 N/A N/A N/A N/A Pass
arithmetics_division ast 0 0 N/A N/A N/A N/A Pass
unary_operator_1 ast 0 0 N/A N/A N/A N/A Pass
unary_operator_2 ast 0 0 N/A N/A N/A N/A Pass
function_call_1 ast 0 0 N/A N/A N/A N/A Pass
function_call_2 ast 0 0 N/A N/A N/A N/A Pass
return_1 ast 0 0 N/A N/A N/A N/A Pass
return_2 ast 0 0 N/A N/A N/A N/A Pass
return_3 ast 0 0 N/A N/A N/A N/A Pass
return_4 ast 0 0 N/A N/A N/A N/A Pass
nested_blocks_1 ast 0 0 N/A N/A N/A N/A Pass
nested_blocks_2 ast 0 0 N/A N/A N/A N/A Pass
blocks_in_sequence ast 0 0 N/A N/A N/A N/A Pass
assignment_1 ast 0 0 N/A N/A N/A N/A Pass
assignment_2 ast 0 0 N/A N/A N/A N/A Pass
print_s ast 0 0 N/A N/A N/A N/A Pass
read_c_1 ast 0 0 N/A N/A N/A N/A Pass
read_c_2 ast 0 0 N/A N/A N/A N/A Pass
read_i_1 ast 0 0 N/A N/A N/A N/A Pass
read_i_2 ast 0 0 N/A N/A N/A N/A Pass
print_c ast 0 0 N/A N/A N/A N/A Pass
print_i ast 0 0 N/A N/A N/A N/A Pass
while_loop ast 0 0 N/A N/A N/A N/A Pass
while_forever ast 0 0 N/A N/A N/A N/A Pass
if ast 0 0 N/A N/A N/A N/A Pass
if_else ast 0 0 N/A N/A N/A N/A Pass
if_else_if_else ast 0 0 N/A N/A N/A N/A Pass
if_if_else ast 0 0 N/A N/A N/A N/A Pass
procedure_declaration_1 ast 0 0 N/A N/A N/A N/A Pass
procedure_declaration_2 ast 0 0 N/A N/A N/A N/A Pass
procedure_declarations ast 0 0 N/A N/A N/A N/A Pass
global_variable_declaration ast 0 0 N/A N/A N/A N/A Pass
global_variable_declarations ast 0 0 N/A N/A N/A N/A Pass
local_variable_declaration ast 0 0 N/A N/A N/A N/A Pass
local_variable_declarations ast 0 0 N/A N/A N/A N/A Pass
includes ast 0 0 N/A N/A N/A N/A Pass
minimal ast 0 0 N/A N/A N/A N/A Pass
struct_use ast 0 0 N/A N/A N/A N/A Pass
strliteral ast 0 0 N/A N/A N/A N/A Pass
pointers_and_arrays_and_structs ast 0 0 N/A N/A N/A N/A Pass
struct_decl ast 0 0 N/A N/A N/A N/A Pass
assignment_expression ast 0 0 N/A N/A N/A N/A Pass
fibonacci sem 0 0 N/A N/A N/A N/A Pass
arithmetic interpreter sem 0 0 N/A N/A N/A N/A Pass
sort linked list sem 0 0 N/A N/A N/A N/A Pass
pass array with correct size sem 0 0 N/A N/A N/A N/A Pass
pass array with incorrect size sem 240 240 N/A N/A N/A N/A Pass
pass array with incorrect dims sem 240 240 N/A N/A N/A N/A Pass
minimal sem 0 0 N/A N/A N/A N/A Pass
global_declaration_1 sem 0 0 N/A N/A N/A N/A Pass
duplicate_global_declarations_1 sem 240 240 N/A N/A N/A N/A Pass
duplicate_global_declarations_2 sem 240 240 N/A N/A N/A N/A Pass
many_duplicate_global_declarations sem 240 240 N/A N/A N/A N/A Pass
global_shadowing_1 sem 0 0 N/A N/A N/A N/A Pass
global_shadowing_2 sem 0 0 N/A N/A N/A N/A Pass
global_shadowing_3 sem 240 240 N/A N/A N/A N/A Pass
global_shadowing_4 sem 0 0 N/A N/A N/A N/A Pass
global_shadowing_5 sem 240 240 N/A N/A N/A N/A Pass
local_shadowing_1 sem 0 0 N/A N/A N/A N/A Pass
local_shadowing_2 sem 0 0 N/A N/A N/A N/A Pass
mutual_recursion sem 240 240 N/A N/A N/A N/A Pass
undeclared_function_1 sem 240 240 N/A N/A N/A N/A Pass
undeclared_function_2 sem 240 240 N/A N/A N/A N/A Pass
undeclared_parameter sem 240 240 N/A N/A N/A N/A Pass
print_s sem 0 0 N/A N/A N/A N/A Pass
print_i sem 0 0 N/A N/A N/A N/A Pass
print_c sem 0 0 N/A N/A N/A N/A Pass
read_i sem 0 0 N/A N/A N/A N/A Pass
read_c sem 0 0 N/A N/A N/A N/A Pass
global_variable_assignment_1 sem 0 0 N/A N/A N/A N/A Pass
global_variable_assignment_2 sem 240 240 N/A N/A N/A N/A Pass
local_variable_assignment_1 sem 0 0 N/A N/A N/A N/A Pass
local_variable_assignment_2 sem 240 240 N/A N/A N/A N/A Pass
void_variable sem 240 240 N/A N/A N/A N/A Pass
main_return_1 sem 0 0 N/A N/A N/A N/A Pass
main_return_2 sem 240 240 N/A N/A N/A N/A Pass
arity_mismatch_1 sem 240 240 N/A N/A N/A N/A Pass
arity_mismatch_2 sem 240 240 N/A N/A N/A N/A Pass
function_returns_1 sem 0 0 N/A N/A N/A N/A Pass
function_returns_2 sem 240 240 N/A N/A N/A N/A Pass
arithmetics_1 sem 0 0 N/A N/A N/A N/A Pass
arithmetics_2 sem 240 240 N/A N/A N/A N/A Pass
arithmetics_3 sem 240 240 N/A N/A N/A N/A Pass
function_call_1 sem 240 240 N/A N/A N/A N/A Pass
function_call_2 sem 0 0 N/A N/A N/A N/A Pass
conditional_1 sem 240 240 N/A N/A N/A N/A Pass
conditional_2 sem 240 240 N/A N/A N/A N/A Pass
conditional_3 sem 240 240 N/A N/A N/A N/A Pass
conditional_4 sem 240 240 N/A N/A N/A N/A Pass
shadowing_6 sem 0 0 N/A N/A N/A N/A Pass
shadowing_7 sem 0 0 N/A N/A N/A N/A Pass
shadowing_12 sem 240 240 N/A N/A N/A N/A Pass
valid_lvalues sem 0 0 N/A N/A N/A N/A Pass
invalid_lvalue sem 240 240 N/A N/A N/A N/A Pass
struct_delc sem 240 240 N/A N/A N/A N/A Pass
struct_delc_and_use sem 0 0 N/A N/A N/A N/A Pass
struct_nesting sem 0 0 N/A N/A N/A N/A Pass
assignment_expression_1 sem 0 0 N/A N/A N/A N/A Pass
assignment_expression_2 sem 240 240 N/A N/A N/A N/A Pass
assignment_expression_3 sem 0 0 N/A N/A N/A N/A Pass
multidim_array_decl sem 0 0 N/A N/A N/A N/A Pass
multidim_array_access_1 sem 0 0 N/A N/A N/A N/A Pass
multidim_array_access_2 sem 240 240 N/A N/A N/A N/A Pass
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
hidden1 sem 0 0 N/A N/A N/A N/A Pass
hidden2 sem 0 0 N/A N/A N/A N/A Pass
hidden3 sem 0 0 N/A N/A N/A N/A Pass
hidden4 sem 0 0 N/A N/A N/A N/A Pass
hidden5 sem 0 0 N/A N/A N/A N/A Pass
hidden6 sem 0 0 N/A N/A N/A N/A Pass
hidden7 sem 0 0 N/A N/A N/A N/A Pass
hidden8 sem 0 0 N/A N/A N/A N/A Pass
hidden9 sem 0 0 N/A N/A N/A N/A Pass
hidden10 sem 240 240 N/A N/A N/A N/A Pass
hidden11 sem 240 240 N/A N/A N/A N/A Pass
hidden12 sem 240 240 N/A N/A N/A N/A Pass
hidden13 sem 240 240 N/A N/A N/A N/A Pass
hidden14 sem 0 0 N/A N/A N/A N/A Pass
hidden15 sem 0 0 N/A N/A N/A N/A Pass
hidden16 sem 240 240 N/A N/A N/A N/A Pass
hidden17 sem 240 240 N/A N/A N/A N/A Pass
hidden18 sem 0 0 N/A N/A N/A N/A Pass
hidden19 sem 240 240 N/A N/A N/A N/A Pass
hidden20 sem 0 0 N/A N/A N/A N/A Pass
hidden21 sem 240 240 N/A N/A N/A N/A Pass
hidden22 sem 0 0 N/A N/A N/A N/A Pass
hidden23 sem 240 240 N/A N/A N/A N/A Pass
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
sort linked list gen 0 0 0 0 N/A N/A Pass
funcall multi-dimensional array gen 0 0 230 0 N/A N/A Fail
array in struct gen 0 0 0 0 N/A N/A Pass
array in struct 2 gen 0 0 0 0 N/A N/A Pass
hello_world gen 0 0 0 0 N/A N/A Pass
int_literals gen 0 0 0 0 N/A N/A Pass
nested_whiles gen 0 0 0 0 N/A N/A Pass
shadowing gen 0 0 0 0 N/A N/A Pass
arithmetics gen 0 0 0 0 N/A N/A Pass
character_comparison gen 0 0 0 0 N/A N/A Pass
branching_1 gen 0 0 0 0 N/A N/A Pass
branching_2 gen 0 0 0 0 N/A N/A Pass
branching_3 gen 0 0 0 0 N/A N/A Pass
count_down_from_n gen 0 0 0 0 N/A N/A Pass
count_to_n gen 0 0 0 0 N/A N/A Pass
global_variable gen 0 0 0 0 N/A N/A Pass
function_call gen 0 0 0 0 N/A N/A Pass
while_true gen 0 0 125 125 N/A N/A Pass
read_c gen 0 0 0 0 N/A N/A Pass
read_i gen 0 0 0 0 N/A N/A Pass
struct access gen 0 0 0 0 N/A N/A Pass
funcall with struct gen 1 0 0 0 N/A N/A Fail java.lang.Throwable: ast.StructType.offset(StructType.java:25) gen.MemAllocCodeGen.visit(MemAllocCodeGen.java:42) gen.MemAllocCodeGen.visit(MemAllocCodeGen.java:76) gen.ProgramCodeGen.generate(ProgramCodeGen.java:21) gen.CodeGenerator.emitProgram(CodeGenerator.java:52) Main3.compile(Main3.java:203) Main3.main(Main3.java:65)
cashmachine gen 0 0 0 0 N/A N/A Pass
dec2bin gen 0 0 230 0 N/A N/A Fail
fibonacci gen 0 0 0 0 N/A N/A Pass
factorial gen 0 0 0 0 N/A N/A Pass
is_leap_year gen 0 0 0 0 N/A N/A Pass
is_palindromic gen 0 0 0 0 N/A N/A Pass
is_prime gen 0 0 0 0 N/A N/A Pass
pascals_triangle gen 0 0 0 0 N/A N/A Pass
tictactoe gen 0 0 0 0 N/A N/A Pass
towers_of_hanoi gen 0 0 230 0 N/A N/A Fail
binary_search gen 0 0 0 0 N/A N/A Pass
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
hidden1 gen 0 0 0 0 N/A N/A Pass
hidden2 gen 0 0 0 0 N/A N/A Pass
hidden3 gen 1 0 0 0 N/A N/A Fail java.lang.Throwable: ast.StructType.offset(StructType.java:25) gen.MemAllocCodeGen.visit(MemAllocCodeGen.java:42) gen.MemAllocCodeGen.visit(MemAllocCodeGen.java:76) gen.ProgramCodeGen.generate(ProgramCodeGen.java:21) gen.CodeGenerator.emitProgram(CodeGenerator.java:52) Main3.compile(Main3.java:203) Main3.main(Main3.java:65)
hidden4 gen 0 0 0 0 N/A N/A Pass
hidden5 gen 0 0 0 0 N/A N/A Pass
hidden6 gen 0 0 230 0 N/A N/A Fail
hidden7 gen 0 0 0 0 N/A N/A Pass
hidden8 gen 0 0 0 0 N/A N/A Pass
hidden9 gen 0 0 0 0 N/A N/A Pass
hidden10 gen 0 0 0 0 N/A N/A Pass
hidden11 gen 1 0 0 0 N/A N/A Fail java.lang.Throwable: ast.StructType.offset(StructType.java:25) gen.MemAllocCodeGen.visit(MemAllocCodeGen.java:42) gen.MemAllocCodeGen.visit(MemAllocCodeGen.java:76) gen.ProgramCodeGen.generate(ProgramCodeGen.java:21) gen.CodeGenerator.emitProgram(CodeGenerator.java:52) Main3.compile(Main3.java:203) Main3.main(Main3.java:65)
hidden12 gen 1 0 0 0 N/A N/A Fail java.lang.Throwable: ast.StructType.offset(StructType.java:25) gen.MemAllocCodeGen.visit(MemAllocCodeGen.java:42) gen.MemAllocCodeGen.visit(MemAllocCodeGen.java:76) gen.ProgramCodeGen.generate(ProgramCodeGen.java:21) gen.CodeGenerator.emitProgram(CodeGenerator.java:52) Main3.compile(Main3.java:203) Main3.main(Main3.java:65)
hidden13 gen 0 0 230 0 N/A N/A Fail Error in /tmp/tmp8zsjyxtm.asm line 784: Runtime exception at 0x00400a38: fetch address not aligned on word boundary 0x00000003 Processing terminated due to errors.
hidden14 gen 0 0 230 0 N/A N/A Fail Error in /tmp/tmpzpwdc0mp.asm line 490: Runtime exception at 0x0040061c: fetch address not aligned on word boundary 0x00000031 Processing terminated due to errors.
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
array_complex_reduction_8 regalloc 0 0 260 0 591 49 + 5% Fail
arithmetic_chain_short_hoisted regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmp52dk34c1.asm line 14 column 4: "v11": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 15 column 6: "v0": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 19 column 4: "v12": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 24 column 4: "v13": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 25 column 6: "v2": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 29 column 4: "v14": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 30 column 6: "v3": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 34 column 4: "v15": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 35 column 6: "v4": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 39 column 4: "v16": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 40 column 6: "v5": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 44 column 4: "v17": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 45 column 6: "v6": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 49 column 4: "v18": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 50 column 6: "v7": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 54 column 4: "v19": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 55 column 6: "v8": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 59 column 4: "v20": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 60 column 6: "v9": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 64 column 4: "v21": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 65 column 6: "v10": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 76 column 5: "v31": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 82 column 6: "v30": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 88 column 5: "v29": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 94 column 6: "v28": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 100 column 5: "v27": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 106 column 5: "v26": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 112 column 6: "v25": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 118 column 5: "v24": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 124 column 6: "v23": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 130 column 5: "v22": operand is of incorrect type Error in /tmp/tmp52dk34c1.asm line 139 column 10: "v22": operand is of incorrect type Processing terminated due to errors.
balanced_arithmetic_tree_large regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmpje941o34.asm line 13 column 4: "v6": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 17 column 4: "v7": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 21 column 6: "v5": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 28 column 4: "v9": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 32 column 4: "v10": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 36 column 6: "v8": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 40 column 6: "v4": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 47 column 4: "v13": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 51 column 4: "v14": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 55 column 6: "v12": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 59 column 4: "v16": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 63 column 4: "v17": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 67 column 5: "v15": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 71 column 6: "v11": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 75 column 6: "v3": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 82 column 4: "v21": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 86 column 4: "v22": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 90 column 5: "v20": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 97 column 4: "v24": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 101 column 4: "v25": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 105 column 5: "v23": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 109 column 5: "v19": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 116 column 4: "v28": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 120 column 4: "v29": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 124 column 5: "v27": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 131 column 4: "v31": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 135 column 4: "v32": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 139 column 6: "v30": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 143 column 5: "v26": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 147 column 5: "v18": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 151 column 6: "v2": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 158 column 4: "v37": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 162 column 4: "v38": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 166 column 6: "v36": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 173 column 4: "v40": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 177 column 4: "v41": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 181 column 6: "v39": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 185 column 6: "v35": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 189 column 4: "v44": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 193 column 4: "v45": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 197 column 5: "v43": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 204 column 4: "v47": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 208 column 4: "v48": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 212 column 5: "v46": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 216 column 5: "v42": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 220 column 6: "v34": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 227 column 4: "v52": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 231 column 4: "v53": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 235 column 5: "v51": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 242 column 4: "v55": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 246 column 4: "v56": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 250 column 5: "v54": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 254 column 5: "v50": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 261 column 4: "v59": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 265 column 4: "v60": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 269 column 6: "v58": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 276 column 4: "v62": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 280 column 4: "v63": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 284 column 6: "v61": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 288 column 6: "v57": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 292 column 5: "v49": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 296 column 6: "v33": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 300 column 6: "v1": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 307 column 4: "v69": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 311 column 4: "v70": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 315 column 6: "v68": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 319 column 4: "v72": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 323 column 4: "v73": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 327 column 5: "v71": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 331 column 6: "v67": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 338 column 4: "v76": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 342 column 4: "v77": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 346 column 5: "v75": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 353 column 4: "v79": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 357 column 4: "v80": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 361 column 5: "v78": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 365 column 5: "v74": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 369 column 6: "v66": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 376 column 4: "v84": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 380 column 4: "v85": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 384 column 5: "v83": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 391 column 4: "v87": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 395 column 4: "v88": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 399 column 6: "v86": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 403 column 5: "v82": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 410 column 4: "v91": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 414 column 4: "v92": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 418 column 6: "v90": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 425 column 4: "v94": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 429 column 4: "v95": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 433 column 6: "v93": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 437 column 6: "v89": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 441 column 5: "v81": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 445 column 6: "v65": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 449 column 4: "v100": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 453 column 4: "v101": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 457 column 5: "v99": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 464 column 4: "v103": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 468 column 4: "v104": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 472 column 5: "v102": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 476 column 5: "v98": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 483 column 4: "v107": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 487 column 4: "v108": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 491 column 5: "v106": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 498 column 4: "v110": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 502 column 4: "v111": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 506 column 5: "v109": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 510 column 5: "v105": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 514 column 5: "v97": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 521 column 4: "v115": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 525 column 4: "v116": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 529 column 6: "v114": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 536 column 4: "v118": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 540 column 4: "v119": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 544 column 6: "v117": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 548 column 6: "v113": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 555 column 4: "v122": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 559 column 4: "v123": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 563 column 6: "v121": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 567 column 4: "v125": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 571 column 4: "v126": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 575 column 5: "v124": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 579 column 6: "v120": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 583 column 6: "v112": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 587 column 5: "v96": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 591 column 6: "v64": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 595 column 6: "v0": operand is of incorrect type Error in /tmp/tmpje941o34.asm line 604 column 10: "v0": operand is of incorrect type Processing terminated due to errors.
arithmetic_chains_long regalloc 0 0 230 0 N/A 8 Fail Error in /tmp/tmprr4s29n4.asm line 16 column 4: "v10": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 20 column 4: "v11": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 24 column 5: "v9": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 28 column 4: "v12": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 32 column 6: "v8": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 36 column 4: "v13": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 40 column 5: "v7": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 44 column 4: "v14": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 48 column 6: "v6": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 52 column 4: "v15": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 56 column 5: "v5": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 60 column 4: "v16": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 64 column 5: "v4": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 68 column 4: "v17": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 72 column 6: "v3": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 76 column 4: "v18": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 80 column 5: "v2": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 84 column 4: "v19": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 88 column 6: "v1": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 92 column 4: "v20": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 96 column 5: "v0": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 105 column 10: "v0": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 122 column 4: "v42": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 126 column 4: "v43": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 130 column 5: "v41": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 134 column 4: "v44": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 138 column 6: "v40": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 142 column 4: "v45": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 146 column 5: "v39": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 150 column 4: "v46": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 154 column 6: "v38": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 158 column 4: "v47": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 162 column 5: "v37": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 166 column 4: "v48": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 170 column 5: "v36": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 174 column 4: "v49": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 178 column 6: "v35": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 182 column 4: "v50": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 186 column 5: "v34": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 190 column 4: "v51": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 194 column 6: "v33": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 198 column 4: "v52": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 202 column 5: "v32": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 206 column 4: "v53": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 210 column 6: "v31": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 214 column 4: "v54": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 218 column 5: "v30": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 222 column 4: "v55": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 226 column 5: "v29": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 230 column 4: "v56": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 234 column 6: "v28": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 238 column 4: "v57": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 242 column 5: "v27": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 246 column 4: "v58": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 250 column 6: "v26": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 254 column 4: "v59": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 258 column 5: "v25": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 262 column 4: "v60": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 266 column 6: "v24": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 270 column 4: "v61": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 274 column 5: "v23": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 278 column 4: "v62": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 282 column 5: "v22": operand is of incorrect type Error in /tmp/tmprr4s29n4.asm line 291 column 10: "v22": operand is of incorrect type Processing terminated due to errors.
balanced_addition_tree_small_hoisted regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmpsfmvo1p5.asm line 14 column 4: "v8": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 15 column 6: "v0": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 19 column 4: "v9": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 24 column 4: "v10": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 25 column 6: "v2": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 29 column 4: "v11": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 30 column 6: "v3": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 34 column 4: "v12": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 35 column 6: "v4": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 39 column 4: "v13": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 40 column 6: "v5": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 44 column 4: "v14": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 45 column 6: "v6": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 49 column 4: "v15": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 50 column 6: "v7": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 58 column 6: "v18": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 69 column 6: "v19": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 73 column 6: "v17": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 84 column 6: "v21": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 95 column 6: "v22": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 99 column 6: "v20": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 103 column 6: "v16": operand is of incorrect type Error in /tmp/tmpsfmvo1p5.asm line 112 column 10: "v16": operand is of incorrect type Processing terminated due to errors.
array_simple_reduction_1 regalloc 0 0 260 0 952 86 + 5% Fail
array_complex_reduction_2 regalloc 0 0 230 0 N/A 67 Fail
array_complex_reduction_3 regalloc 0 0 260 0 403 45 + 5% Fail
balanced_arithmetic_tree_small_hoisted regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmpjeyrfplx.asm line 14 column 4: "v8": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 15 column 6: "v0": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 19 column 4: "v9": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 24 column 4: "v10": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 25 column 6: "v2": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 29 column 4: "v11": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 30 column 6: "v3": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 34 column 4: "v12": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 35 column 6: "v4": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 39 column 4: "v13": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 40 column 6: "v5": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 44 column 4: "v14": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 45 column 6: "v6": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 49 column 4: "v15": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 50 column 6: "v7": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 58 column 6: "v18": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 69 column 6: "v19": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 73 column 6: "v17": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 84 column 6: "v21": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 92 column 5: "v22": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 96 column 6: "v20": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 100 column 6: "v16": operand is of incorrect type Error in /tmp/tmpjeyrfplx.asm line 109 column 10: "v16": operand is of incorrect type Processing terminated due to errors.
array_complex_reduction_12 regalloc 0 0 230 0 N/A 48 Fail Error in /tmp/tmpm3a4pey1.asm line 2239: Runtime exception at 0x004018ec: arithmetic overflow Processing terminated due to errors.
arithmetic_chains_short_hoisted regalloc 0 0 230 0 N/A 8 Fail Error in /tmp/tmp7jim7ltc.asm line 14 column 4: "v8": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 15 column 6: "v0": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 19 column 4: "v9": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 24 column 4: "v10": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 25 column 6: "v2": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 29 column 4: "v11": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 30 column 6: "v3": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 34 column 4: "v12": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 35 column 6: "v4": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 39 column 4: "v13": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 40 column 6: "v5": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 44 column 4: "v14": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 45 column 6: "v6": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 49 column 4: "v15": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 50 column 6: "v7": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 58 column 5: "v20": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 64 column 6: "v19": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 70 column 5: "v18": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 76 column 6: "v17": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 82 column 5: "v16": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 91 column 10: "v16": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 106 column 5: "v28": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 112 column 6: "v27": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 118 column 5: "v26": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 124 column 6: "v25": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 130 column 5: "v24": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 136 column 5: "v23": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 142 column 6: "v22": operand is of incorrect type Error in /tmp/tmp7jim7ltc.asm line 151 column 10: "v22": operand is of incorrect type Processing terminated due to errors.
arithmetic_chain_long_hoisted regalloc 0 0 230 0 N/A 12 Fail Error in /tmp/tmpa509c9j0.asm line 14 column 4: "v19": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 15 column 6: "v0": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 19 column 4: "v20": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 24 column 4: "v21": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 25 column 6: "v2": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 29 column 4: "v22": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 30 column 6: "v3": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 34 column 4: "v23": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 35 column 6: "v4": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 39 column 4: "v24": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 40 column 6: "v5": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 44 column 4: "v25": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 45 column 6: "v6": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 49 column 4: "v26": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 50 column 6: "v7": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 54 column 4: "v27": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 55 column 6: "v8": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 59 column 4: "v28": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 60 column 6: "v9": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 64 column 4: "v29": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 65 column 6: "v10": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 69 column 4: "v30": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 70 column 6: "v11": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 74 column 4: "v31": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 75 column 6: "v12": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 79 column 4: "v32": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 80 column 6: "v13": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 84 column 4: "v33": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 85 column 6: "v14": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 89 column 4: "v34": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 90 column 6: "v15": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 94 column 4: "v35": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 95 column 6: "v16": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 99 column 4: "v36": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 100 column 6: "v17": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 104 column 4: "v37": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 105 column 6: "v18": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 122 column 5: "v57": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 128 column 6: "v56": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 134 column 5: "v55": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 140 column 6: "v54": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 146 column 5: "v53": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 152 column 5: "v52": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 158 column 6: "v51": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 164 column 5: "v50": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 170 column 6: "v49": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 176 column 5: "v48": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 182 column 6: "v47": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 188 column 5: "v46": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 194 column 5: "v45": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 200 column 6: "v44": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 206 column 5: "v43": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 212 column 6: "v42": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 218 column 5: "v41": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 224 column 6: "v40": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 230 column 5: "v39": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 236 column 5: "v38": operand is of incorrect type Error in /tmp/tmpa509c9j0.asm line 245 column 10: "v38": operand is of incorrect type Processing terminated due to errors.
array_simple_reduction_4 regalloc 0 0 260 0 90 22 + 5% Fail
balanced_addition_tree_large_hoisted regalloc 0 0 230 0 N/A 84 Fail Error in /tmp/tmp0skj_bee.asm line 14 column 4: "v48": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 15 column 6: "v0": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 19 column 4: "v49": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 24 column 4: "v50": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 25 column 6: "v2": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 29 column 4: "v51": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 30 column 6: "v3": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 34 column 4: "v52": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 35 column 6: "v4": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 39 column 4: "v53": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 40 column 6: "v5": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 44 column 4: "v54": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 45 column 6: "v6": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 49 column 4: "v55": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 50 column 6: "v7": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 54 column 4: "v56": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 55 column 6: "v8": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 59 column 4: "v57": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 60 column 6: "v9": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 64 column 4: "v58": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 65 column 6: "v10": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 69 column 4: "v59": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 70 column 6: "v11": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 74 column 4: "v60": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 75 column 6: "v12": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 79 column 4: "v61": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 80 column 6: "v13": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 84 column 4: "v62": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 85 column 6: "v14": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 89 column 4: "v63": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 90 column 6: "v15": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 94 column 4: "v64": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 95 column 6: "v16": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 99 column 4: "v65": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 100 column 6: "v17": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 104 column 4: "v66": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 105 column 6: "v18": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 109 column 4: "v67": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 110 column 6: "v19": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 114 column 4: "v68": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 115 column 6: "v20": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 119 column 4: "v69": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 120 column 6: "v21": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 124 column 4: "v70": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 125 column 6: "v22": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 129 column 4: "v71": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 130 column 6: "v23": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 134 column 4: "v72": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 135 column 6: "v24": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 139 column 4: "v73": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 140 column 6: "v25": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 144 column 4: "v74": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 145 column 6: "v26": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 149 column 4: "v75": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 150 column 6: "v27": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 154 column 4: "v76": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 155 column 6: "v28": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 159 column 4: "v77": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 160 column 6: "v29": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 164 column 4: "v78": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 165 column 6: "v30": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 169 column 4: "v79": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 170 column 6: "v31": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 174 column 4: "v80": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 175 column 6: "v32": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 179 column 4: "v81": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 180 column 6: "v33": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 184 column 4: "v82": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 185 column 6: "v34": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 189 column 4: "v83": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 190 column 6: "v35": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 194 column 4: "v84": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 195 column 6: "v36": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 199 column 4: "v85": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 200 column 6: "v37": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 204 column 4: "v86": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 205 column 6: "v38": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 209 column 4: "v87": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 210 column 6: "v39": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 214 column 4: "v88": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 215 column 6: "v40": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 219 column 4: "v89": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 220 column 6: "v41": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 224 column 4: "v90": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 225 column 6: "v42": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 229 column 4: "v91": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 230 column 6: "v43": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 234 column 4: "v92": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 235 column 6: "v44": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 239 column 4: "v93": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 240 column 6: "v45": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 244 column 4: "v94": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 245 column 6: "v46": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 249 column 4: "v95": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 250 column 6: "v47": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 258 column 6: "v101": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 269 column 6: "v102": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 273 column 6: "v100": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 284 column 6: "v104": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 295 column 6: "v105": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 299 column 6: "v103": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 303 column 6: "v99": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 314 column 6: "v108": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 325 column 6: "v109": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 329 column 6: "v107": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 340 column 6: "v111": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 351 column 6: "v112": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 355 column 6: "v110": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 359 column 6: "v106": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 363 column 6: "v98": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 374 column 6: "v116": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 385 column 6: "v117": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 389 column 6: "v115": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 400 column 6: "v119": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 411 column 6: "v120": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 415 column 6: "v118": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 419 column 6: "v114": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 430 column 6: "v123": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 441 column 6: "v124": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 445 column 6: "v122": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 456 column 6: "v126": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 467 column 6: "v127": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 471 column 6: "v125": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 475 column 6: "v121": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 479 column 6: "v113": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 483 column 6: "v97": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 494 column 6: "v132": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 505 column 6: "v133": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 509 column 6: "v131": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 520 column 6: "v135": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 531 column 6: "v136": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 535 column 6: "v134": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 539 column 6: "v130": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 550 column 6: "v139": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 561 column 6: "v140": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 565 column 6: "v138": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 576 column 6: "v142": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 587 column 6: "v143": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 591 column 6: "v141": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 595 column 6: "v137": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 599 column 6: "v129": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 610 column 6: "v147": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 621 column 6: "v148": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 625 column 6: "v146": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 636 column 6: "v150": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 647 column 6: "v151": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 651 column 6: "v149": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 655 column 6: "v145": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 666 column 6: "v154": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 677 column 6: "v155": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 681 column 6: "v153": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 692 column 6: "v157": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 703 column 6: "v158": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 707 column 6: "v156": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 711 column 6: "v152": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 715 column 6: "v144": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 719 column 6: "v128": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 723 column 6: "v96": operand is of incorrect type Error in /tmp/tmp0skj_bee.asm line 732 column 10: "v96": operand is of incorrect type Processing terminated due to errors.
array_complex_reduction_4 regalloc 0 0 230 0 N/A 25 Fail
array_complex_reduction_6 regalloc 0 0 230 0 N/A 73 Fail
addition_chain_long regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmp2ke22j25.asm line 13 column 4: "v20": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 17 column 4: "v21": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 21 column 6: "v19": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 25 column 4: "v22": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 29 column 6: "v18": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 33 column 4: "v23": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 37 column 6: "v17": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 41 column 4: "v24": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 45 column 6: "v16": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 49 column 4: "v25": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 53 column 6: "v15": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 57 column 4: "v26": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 61 column 6: "v14": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 65 column 4: "v27": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 69 column 6: "v13": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 73 column 4: "v28": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 77 column 6: "v12": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 81 column 4: "v29": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 85 column 6: "v11": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 89 column 4: "v30": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 93 column 6: "v10": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 97 column 4: "v31": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 101 column 6: "v9": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 105 column 4: "v32": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 109 column 6: "v8": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 113 column 4: "v33": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 117 column 6: "v7": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 121 column 4: "v34": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 125 column 6: "v6": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 129 column 4: "v35": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 133 column 6: "v5": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 137 column 4: "v36": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 141 column 6: "v4": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 145 column 4: "v37": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 149 column 6: "v3": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 153 column 4: "v38": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 157 column 6: "v2": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 161 column 4: "v39": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 165 column 6: "v1": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 169 column 4: "v40": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 173 column 6: "v0": operand is of incorrect type Error in /tmp/tmp2ke22j25.asm line 182 column 10: "v0": operand is of incorrect type Processing terminated due to errors.
arithmetic_chains_short regalloc 0 0 230 0 N/A 8 Fail Error in /tmp/tmp8d2yqyt9.asm line 13 column 4: "v5": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 17 column 4: "v6": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 21 column 5: "v4": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 25 column 4: "v7": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 29 column 6: "v3": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 33 column 4: "v8": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 37 column 5: "v2": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 41 column 4: "v9": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 45 column 6: "v1": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 49 column 4: "v10": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 53 column 5: "v0": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 62 column 10: "v0": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 73 column 4: "v19": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 77 column 4: "v20": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 81 column 5: "v18": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 85 column 4: "v21": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 89 column 6: "v17": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 93 column 4: "v22": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 97 column 5: "v16": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 101 column 4: "v23": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 105 column 6: "v15": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 109 column 4: "v24": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 113 column 5: "v14": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 117 column 4: "v25": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 121 column 5: "v13": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 125 column 4: "v26": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 129 column 6: "v12": operand is of incorrect type Error in /tmp/tmp8d2yqyt9.asm line 138 column 10: "v12": operand is of incorrect type Processing terminated due to errors.
array_multiplication_table_sum regalloc 0 0 260 0 287 37 + 5% Fail
array_simple_reduction_2 regalloc 0 0 230 0 N/A 16 Fail Error in /tmp/tmpekpt3ojc.asm line 10 column 6: "v0": operand is of incorrect type Error in /tmp/tmpekpt3ojc.asm line 14 column 4: "v1": operand is of incorrect type Error in /tmp/tmpekpt3ojc.asm line 15 column 4: "v2": operand is of incorrect type Error in /tmp/tmpekpt3ojc.asm line 16 column 5: "v3": operand is of incorrect type Error in /tmp/tmpekpt3ojc.asm line 17 column 6: "v3": operand is of incorrect type Error in /tmp/tmpekpt3ojc.asm line 21 column 4: "v4": operand is of incorrect type Error in /tmp/tmpekpt3ojc.asm line 22 column 4: "v4": operand is of incorrect type Error in /tmp/tmpekpt3ojc.asm line 26 column 4: "v5": operand is of incorrect type Error in /tmp/tmpekpt3ojc.asm line 27 column 4: "v5": operand is of incorrect type Processing terminated due to errors.
hello_world regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmptws6_2li.asm line 19 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmptws6_2li.asm line 28 column 10: "v0": operand is of incorrect type Processing terminated due to errors.
int_literals regalloc 0 0 230 0 N/A 24 Fail Error in /tmp/tmpo3wcuvfh.asm line 17 column 4: "v3": operand is of incorrect type Error in /tmp/tmpo3wcuvfh.asm line 18 column 6: "v0": operand is of incorrect type Error in /tmp/tmpo3wcuvfh.asm line 25 column 4: "v5": operand is of incorrect type Error in /tmp/tmpo3wcuvfh.asm line 29 column 4: "v6": operand is of incorrect type Error in /tmp/tmpo3wcuvfh.asm line 33 column 5: "v4": operand is of incorrect type Error in /tmp/tmpo3wcuvfh.asm line 34 column 6: "v1": operand is of incorrect type Error in /tmp/tmpo3wcuvfh.asm line 38 column 4: "v7": operand is of incorrect type Error in /tmp/tmpo3wcuvfh.asm line 39 column 6: "v2": operand is of incorrect type Error in /tmp/tmpo3wcuvfh.asm line 50 column 10: "v0": operand is of incorrect type Error in /tmp/tmpo3wcuvfh.asm line 61 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpo3wcuvfh.asm line 70 column 10: "v9": operand is of incorrect type Error in /tmp/tmpo3wcuvfh.asm line 85 column 10: "v1": operand is of incorrect type Error in /tmp/tmpo3wcuvfh.asm line 96 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpo3wcuvfh.asm line 105 column 10: "v12": operand is of incorrect type Error in /tmp/tmpo3wcuvfh.asm line 120 column 10: "v2": operand is of incorrect type Error in /tmp/tmpo3wcuvfh.asm line 131 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpo3wcuvfh.asm line 140 column 10: "v15": operand is of incorrect type Processing terminated due to errors.
nested_whiles regalloc 0 0 0 0 8 8 + 5% Pass
shadowing regalloc 0 0 230 0 N/A 48 Fail Error in /tmp/tmph8gqntwl.asm line 13 column 4: "v1": operand is of incorrect type Error in /tmp/tmph8gqntwl.asm line 14 column 6: "v0": operand is of incorrect type Error in /tmp/tmph8gqntwl.asm line 17 column 4: "v0": operand is of incorrect type Error in /tmp/tmph8gqntwl.asm line 21 column 6: "v3": operand is of incorrect type Error in /tmp/tmph8gqntwl.asm line 22 column 4: "v2": operand is of incorrect type Error in /tmp/tmph8gqntwl.asm line 23 column 4: "v2": operand is of incorrect type Processing terminated due to errors.
arithmetics regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmpvf607ah1.asm line 26 column 4: "v6": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 30 column 4: "v7": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 34 column 6: "v5": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 38 column 4: "v8": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 42 column 5: "v4": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 46 column 4: "v9": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 50 column 5: "v3": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 54 column 4: "v10": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 58 column 5: "v3": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 59 column 6: "v2": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 63 column 4: "v11": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 67 column 5: "v2": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 68 column 6: "v1": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 69 column 6: "v0": operand is of incorrect type Error in /tmp/tmpvf607ah1.asm line 80 column 10: "v0": operand is of incorrect type Processing terminated due to errors.
character_comparison regalloc 0 0 0 0 8 8 + 5% Pass
branching_1 regalloc 0 0 0 0 8 8 + 5% Pass
branching_2 regalloc 0 0 0 0 8 8 + 5% Pass
branching_3 regalloc 0 0 0 0 16 16 + 5% Pass
count_down_from_n regalloc 0 0 0 0 12 12 + 5% Pass
count_to_n regalloc 0 0 0 0 12 12 + 5% Pass
global_variable regalloc 0 0 230 0 N/A 6 Fail Error in /tmp/tmpl1_dqhi3.asm line 12 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpl1_dqhi3.asm line 16 column 4: "v1": operand is of incorrect type Error in /tmp/tmpl1_dqhi3.asm line 17 column 4: "v1": operand is of incorrect type Error in /tmp/tmpl1_dqhi3.asm line 20 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpl1_dqhi3.asm line 21 column 4: "v2": operand is of incorrect type Error in /tmp/tmpl1_dqhi3.asm line 30 column 10: "v2": operand is of incorrect type Processing terminated due to errors.
function_call regalloc 0 0 230 0 N/A 17 Fail Error in /tmp/tmpbgjtc_1m.asm line 11 column 6: "v2": operand is of incorrect type Error in /tmp/tmpbgjtc_1m.asm line 12 column 4: "v1": operand is of incorrect type Error in /tmp/tmpbgjtc_1m.asm line 16 column 4: "v3": operand is of incorrect type Error in /tmp/tmpbgjtc_1m.asm line 20 column 6: "v0": operand is of incorrect type Error in /tmp/tmpbgjtc_1m.asm line 21 column 4: "v0": operand is of incorrect type Processing terminated due to errors.
read_c regalloc 0 0 230 0 N/A 8 Fail Error in /tmp/tmpql6ppczb.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmpql6ppczb.asm line 24 column 6: "v0": operand is of incorrect type Error in /tmp/tmpql6ppczb.asm line 35 column 10: "v0": operand is of incorrect type Processing terminated due to errors.
read_i regalloc 0 0 230 0 N/A 8 Fail Error in /tmp/tmphw1brpib.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmphw1brpib.asm line 24 column 6: "v0": operand is of incorrect type Error in /tmp/tmphw1brpib.asm line 35 column 10: "v0": operand is of incorrect type Processing terminated due to errors.
struct access regalloc 0 0 230 0 N/A 8 Fail Error in /tmp/tmpfif2k64t.asm line 11 column 6: "v1": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 12 column 7: "v2": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 16 column 4: "v3": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 17 column 4: "v3": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 18 column 6: "v4": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 19 column 7: "v5": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 23 column 4: "v6": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 24 column 4: "v6": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 25 column 6: "v8": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 29 column 4: "v9": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 30 column 6: "v10": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 34 column 4: "v11": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 38 column 6: "v7": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 39 column 6: "v0": operand is of incorrect type Error in /tmp/tmpfif2k64t.asm line 50 column 10: "v0": operand is of incorrect type Processing terminated due to errors.
funcall with struct regalloc 0 0 230 0 N/A 39 Fail Error in /tmp/tmp4k113_t8.asm line 13 column 6: "v0": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 14 column 7: "v1": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 15 column 6: "v3": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 19 column 4: "v4": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 23 column 4: "v5": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 27 column 6: "v2": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 28 column 4: "v2": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 29 column 6: "v6": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 30 column 7: "v7": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 31 column 6: "v9": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 35 column 4: "v10": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 39 column 4: "v11": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 43 column 6: "v8": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 44 column 4: "v8": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 47 column 6: "v13": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 48 column 4: "v14": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 49 column 4: "v14": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 50 column 4: "v14": operand is of incorrect type Error in /tmp/tmp4k113_t8.asm line 51 column 4: "v14": operand is of incorrect type Processing terminated due to errors.
cashmachine regalloc 0 0 230 0 N/A 479 Fail Error in /tmp/tmpr84tdjmz.asm line 256 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpr84tdjmz.asm line 259 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpr84tdjmz.asm line 260 column 4: "v2": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 263 column 6: "v5": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 264 column 4: "v4": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 268 column 6: "v1": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 269 column 4: "v1": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 272 column 6: "v7": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 273 column 4: "v6": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 274 column 4: "v6": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 288 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpr84tdjmz.asm line 290 column 4: "v10": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 294 column 6: "v13": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 296 column 4: "v12": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 301 column 5: "v9": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 306 column 4: "v14": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 311 column 5: "v8": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 313 column 6: "v8": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 315 column 6: "v8": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 317 column 6: "v15": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 325 column 4: "v18": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 330 column 4: "v19": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 335 column 5: "v17": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 339 column 6: "v21": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 341 column 4: "v20": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 346 column 5: "v16": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 348 column 4: "v16": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 365 column 6: "v23": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 367 column 4: "v22": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 369 column 4: "v22": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 380 column 4: "v24": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 382 column 1: "sw": Too many or incorrectly formatted operands. Expected: sw $t1,-100($t2) Error in /tmp/tmpr84tdjmz.asm line 397 column 1: "lw": Too many or incorrectly formatted operands. Expected: lw $t1,-100($t2) Error in /tmp/tmpr84tdjmz.asm line 405 column 4: "v28": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 410 column 4: "v29": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 415 column 5: "v27": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 419 column 6: "v31": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 421 column 4: "v30": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 426 column 5: "v26": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 428 column 4: "v26": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 441 column 4: "v33": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 446 column 4: "v34": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 451 column 5: "v32": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 453 column 4: "v32": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 467 column 6: "v37": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 468 column 4: "v36": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 471 column 6: "v39": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 472 column 4: "v38": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 476 column 5: "v36": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 477 column 6: "v35": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 478 column 4: "v35": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 4268 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpr84tdjmz.asm line 4277 column 10: "v124": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 4288 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpr84tdjmz.asm line 4297 column 10: "v126": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 4308 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpr84tdjmz.asm line 4317 column 10: "v128": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 4328 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpr84tdjmz.asm line 4337 column 10: "v130": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 4351 column 6: "v132": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 4355 column 6: "v123": operand is of incorrect type Error in /tmp/tmpr84tdjmz.asm line 4358 column 4: "v123": operand is of incorrect type Processing terminated due to errors.
dec2bin regalloc 0 0 230 0 N/A 140 Fail Error in /tmp/tmpszszn2u9.asm line 27 column 6: "v2": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 29 column 4: "v1": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 34 column 4: "v3": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 39 column 5: "v0": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 41 column 7: "v0": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 43 column 6: "v0": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 48 column 4: "v4": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 50 column 4: "v4": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 216 column 4: "v22": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 218 column 6: "v19": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 222 column 6: "v25": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 224 column 4: "v24": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 229 column 4: "v26": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 234 column 5: "v23": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 236 column 7: "v23": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 238 column 6: "v23": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 246 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpszszn2u9.asm line 261 column 10: "v27": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 274 column 4: "v29": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 276 column 4: "v29": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 285 column 6: "v32": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 287 column 4: "v31": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 304 column 4: "v19": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 308 column 6: "v34": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 310 column 4: "v33": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 312 column 4: "v33": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 323 column 4: "v35": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 325 column 4: "v35": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 340 column 4: "v36": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 345 column 5: "v31": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 347 column 6: "v30": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 349 column 6: "v30": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 353 column 6: "v39": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 355 column 4: "v38": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 360 column 4: "v40": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 365 column 6: "v37": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 367 column 6: "v20": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 384 column 6: "v42": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 386 column 4: "v41": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 388 column 4: "v41": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 392 column 4: "v20": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 403 column 4: "v43": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 405 column 1: "sw": Too many or incorrectly formatted operands. Expected: sw $t1,-100($t2) Error in /tmp/tmpszszn2u9.asm line 420 column 1: "lw": Too many or incorrectly formatted operands. Expected: lw $t1,-100($t2) Error in /tmp/tmpszszn2u9.asm line 422 column 6: "v21": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 441 column 4: "v19": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 445 column 6: "v47": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 447 column 4: "v46": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 449 column 4: "v46": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 460 column 4: "v48": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 462 column 4: "v48": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 477 column 4: "v49": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 482 column 5: "v21": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 484 column 6: "v45": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 486 column 6: "v45": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 494 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpszszn2u9.asm line 509 column 10: "v50": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 536 column 4: "v19": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 540 column 6: "v54": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 542 column 4: "v53": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 544 column 4: "v53": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 555 column 4: "v55": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 557 column 1: "sw": Too many or incorrectly formatted operands. Expected: sw $t1,-100($t2) Error in /tmp/tmpszszn2u9.asm line 572 column 1: "lw": Too many or incorrectly formatted operands. Expected: lw $t1,-100($t2) Error in /tmp/tmpszszn2u9.asm line 577 column 5: "v52": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 579 column 4: "v52": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 592 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpszszn2u9.asm line 607 column 10: "v57": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 619 column 4: "v21": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 629 column 6: "v60": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 631 column 4: "v59": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 633 column 4: "v59": operand is of incorrect type Error in /tmp/tmpszszn2u9.asm line 789 column 1: "lw": Too many or incorrectly formatted operands. Expected: lw $t1,-100($t2) Processing terminated due to errors.
fibonacci regalloc 0 0 230 0 N/A 24 Fail
factorial regalloc 0 0 230 0 N/A 58 Fail Error in /tmp/tmphvjp9ghv.asm line 24 column 6: "v3": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 26 column 4: "v2": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 31 column 4: "v4": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 36 column 5: "v1": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 38 column 7: "v1": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 40 column 6: "v1": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 48 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmphvjp9ghv.asm line 63 column 10: "v5": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 76 column 4: "v7": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 78 column 4: "v7": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 87 column 6: "v10": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 89 column 4: "v9": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 94 column 4: "v11": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 99 column 5: "v8": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 101 column 7: "v8": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 103 column 6: "v8": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 111 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmphvjp9ghv.asm line 126 column 10: "v12": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 139 column 4: "v14": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 141 column 4: "v14": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 150 column 6: "v16": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 152 column 4: "v15": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 167 column 10: "v15": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 183 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmphvjp9ghv.asm line 198 column 10: "v18": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 210 column 6: "v22": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 212 column 4: "v21": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 217 column 4: "v23": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 222 column 5: "v20": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 224 column 6: "v0": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 228 column 6: "v26": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 230 column 4: "v25": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 247 column 4: "v0": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 258 column 4: "v27": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 260 column 1: "sw": Too many or incorrectly formatted operands. Expected: sw $t1,-100($t2) Error in /tmp/tmphvjp9ghv.asm line 275 column 1: "lw": Too many or incorrectly formatted operands. Expected: lw $t1,-100($t2) Error in /tmp/tmphvjp9ghv.asm line 280 column 5: "v24": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 282 column 4: "v24": operand is of incorrect type Error in /tmp/tmphvjp9ghv.asm line 384 column 1: "lw": Too many or incorrectly formatted operands. Expected: lw $t1,-100($t2) Processing terminated due to errors.
is_leap_year regalloc 0 0 260 0 34 28 + 5% Fail
is_palindromic regalloc 0 0 0 0 20 20 + 5% Pass
is_prime regalloc 0 0 230 0 N/A 36 Fail
pascals_triangle regalloc 0 0 230 0 N/A 95 Fail
tictactoe regalloc 0 0 230 0 N/A 591 Fail Error in /tmp/tmpnt0ya9b7.asm line 695 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 698 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 699 column 4: "v1": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 700 column 4: "v1": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 701 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 704 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 705 column 4: "v4": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 706 column 4: "v4": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 707 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 710 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 711 column 4: "v7": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 712 column 4: "v7": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 713 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 716 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 717 column 4: "v10": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 718 column 4: "v10": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 719 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 722 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 723 column 4: "v13": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 724 column 4: "v13": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 725 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 728 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 729 column 4: "v16": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 730 column 4: "v16": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 731 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 734 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 735 column 4: "v19": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 736 column 4: "v19": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 737 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 740 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 741 column 4: "v22": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 742 column 4: "v22": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 743 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 746 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 747 column 4: "v25": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 748 column 4: "v25": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 2863 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 2872 column 10: "v249": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 2883 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 2892 column 10: "v251": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 2903 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 2912 column 10: "v253": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 2923 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 2932 column 10: "v255": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 2939 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 2940 column 4: "v257": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 2949 column 10: "v257": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 2960 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 2969 column 10: "v260": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 2976 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 2977 column 4: "v262": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 2986 column 10: "v262": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 2997 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3006 column 10: "v265": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3013 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3014 column 4: "v267": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3023 column 10: "v267": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3034 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3043 column 10: "v270": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3054 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3063 column 10: "v272": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3074 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3083 column 10: "v274": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3090 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3091 column 4: "v276": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3100 column 10: "v276": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3111 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3120 column 10: "v279": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3127 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3128 column 4: "v281": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3137 column 10: "v281": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3148 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3157 column 10: "v284": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3164 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3165 column 4: "v286": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3174 column 10: "v286": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3185 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3194 column 10: "v289": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3205 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3214 column 10: "v291": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3225 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3234 column 10: "v293": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3241 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3242 column 4: "v295": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3251 column 10: "v295": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3262 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3271 column 10: "v298": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3278 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3279 column 4: "v300": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3288 column 10: "v300": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3299 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3308 column 10: "v303": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3315 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3316 column 4: "v305": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3325 column 10: "v305": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3336 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3345 column 10: "v308": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3356 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3365 column 10: "v310": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3376 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3385 column 10: "v312": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3402 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3411 column 10: "v314": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3418 column 6: "v317": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3419 column 4: "v316": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3428 column 10: "v316": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 3439 column 1: "la": Too few or incorrectly formatted operands. Expected: la $t1,($t2) Error in /tmp/tmpnt0ya9b7.asm line 3448 column 10: "v319": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 7386 column 6: "v515": operand is of incorrect type Error in /tmp/tmpnt0ya9b7.asm line 7636 column 6: "v520": operand is of incorrect type Processing terminated due to errors.
towers_of_hanoi regalloc 0 0 260 0 296 86 + 5% Fail
binary_search regalloc 0 0 230 0 N/A 59 Fail Error in /tmp/tmpfiib4kib.asm line 80 column 6: "v2": operand is of incorrect type Error in /tmp/tmpfiib4kib.asm line 82 column 4: "v1": operand is of incorrect type Error in /tmp/tmpfiib4kib.asm line 87 column 4: "v3": operand is of incorrect type Error in /tmp/tmpfiib4kib.asm line 92 column 5: "v0": operand is of incorrect type Error in /tmp/tmpfiib4kib.asm line 94 column 7: "v0": operand is of incorrect type Error in /tmp/tmpfiib4kib.asm line 96 column 6: "v0": operand is of incorrect type Error in /tmp/tmpfiib4kib.asm line 101 column 4: "v4": operand is of incorrect type Error in /tmp/tmpfiib4kib.asm line 103 column 4: "v4": operand is of incorrect type Processing terminated due to errors.
arithmetic_chain_partially_hoisted regalloc 0 0 260 0 216 28 + 5% Fail
arithmetic_chain_long_partially_hoisted regalloc 0 0 260 0 1855 20 + 5% Fail
arithmetic_chain_hoisted_unbalanced_usage regalloc 0 0 230 0 N/A 22 Fail Error in /tmp/tmparo_mnrz.asm line 239 column 5: "v2": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 243 column 5: "v3": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 251 column 5: "v4": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 259 column 5: "v5": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 267 column 5: "v6": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 275 column 5: "v7": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 279 column 5: "v8": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 287 column 5: "v9": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 295 column 5: "v10": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 303 column 5: "v11": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 307 column 5: "v12": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 315 column 5: "v13": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 319 column 5: "v14": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 327 column 5: "v15": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 331 column 5: "v16": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 335 column 5: "v17": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 343 column 5: "v18": operand is of incorrect type Error in /tmp/tmparo_mnrz.asm line 351 column 5: "v19": operand is of incorrect type Processing terminated due to errors.
arithmetic_chain_long_hoisted_unbalanced_usage regalloc 0 0 230 0 N/A 24 Fail Error in /tmp/tmps35bnih3.asm line 613 column 5: "v1": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 621 column 5: "v2": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 629 column 5: "v3": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 637 column 5: "v4": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 645 column 5: "v5": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 653 column 5: "v6": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 661 column 5: "v7": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 669 column 5: "v8": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 677 column 5: "v9": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 681 column 5: "v10": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 689 column 5: "v11": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 697 column 5: "v12": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 705 column 5: "v13": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 713 column 5: "v14": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 721 column 5: "v15": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 729 column 5: "v16": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 737 column 5: "v17": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 745 column 5: "v18": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 753 column 5: "v19": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 761 column 5: "v20": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 769 column 5: "v21": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 777 column 5: "v22": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 785 column 5: "v23": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 793 column 5: "v24": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 801 column 5: "v25": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 819 column 5: "v27": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 827 column 5: "v28": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 835 column 5: "v29": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 843 column 5: "v30": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 851 column 5: "v31": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 859 column 5: "v32": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 867 column 5: "v33": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 875 column 5: "v34": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 883 column 5: "v35": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 887 column 5: "v36": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 895 column 5: "v37": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 903 column 5: "v38": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 911 column 5: "v39": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 919 column 5: "v40": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 927 column 5: "v41": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 931 column 5: "v42": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 939 column 5: "v43": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 947 column 5: "v44": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 955 column 5: "v45": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 963 column 5: "v46": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 971 column 5: "v47": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 979 column 5: "v48": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 987 column 5: "v49": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 995 column 5: "v50": operand is of incorrect type Error in /tmp/tmps35bnih3.asm line 999 column 5: "v51": operand is of incorrect type Processing terminated due to errors.
arithmetic_chain_hoisted_multiple_uses regalloc 0 0 260 0 508 96 + 5% Fail
arithmetic_chain_unbalanced_tree_1 regalloc 0 0 260 0 328 146 + 5% Fail
prefix_sum_1 regalloc 0 0 260 0 404 46 + 5% Fail
prefix_sum_2 regalloc 0 0 260 0 724 56 + 5% Fail
array_reduction_dead_code regalloc 0 0 230 0 N/A 78 Fail Error in /tmp/tmp6ym1hpu9.asm line 721 column 5: "v1": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1735 column 4: "v126": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1737 column 5: "v125": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1739 column 6: "v125": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1742 column 7: "v127": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1744 column 4: "v128": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1746 column 4: "v129": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1748 column 5: "v129": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1750 column 6: "v129": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1752 column 4: "v130": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1754 column 7: "v131": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1756 column 4: "v132": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1758 column 4: "v133": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1760 column 5: "v133": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1762 column 6: "v133": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1764 column 4: "v130": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1766 column 7: "v134": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1768 column 4: "v135": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1770 column 4: "v136": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1772 column 5: "v136": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1774 column 6: "v136": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1776 column 4: "v137": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1778 column 7: "v138": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1780 column 4: "v139": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1782 column 4: "v140": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1784 column 5: "v140": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1786 column 6: "v140": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1788 column 4: "v137": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1790 column 7: "v141": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1792 column 4: "v142": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1794 column 4: "v143": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1796 column 5: "v143": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1798 column 6: "v143": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1800 column 4: "v144": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1802 column 7: "v145": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1804 column 4: "v146": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1806 column 4: "v147": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1808 column 5: "v147": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1810 column 6: "v147": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1812 column 4: "v144": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1814 column 7: "v148": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1816 column 4: "v149": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1818 column 4: "v150": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1820 column 5: "v150": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1822 column 6: "v150": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1824 column 4: "v151": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1826 column 7: "v152": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1828 column 4: "v153": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1830 column 4: "v154": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1832 column 5: "v154": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1834 column 6: "v154": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1836 column 4: "v151": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1838 column 7: "v155": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1840 column 4: "v156": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1842 column 4: "v157": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1844 column 5: "v157": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1846 column 6: "v157": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1848 column 4: "v158": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1850 column 7: "v159": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1852 column 4: "v160": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1854 column 4: "v161": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1856 column 5: "v161": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1858 column 6: "v161": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1860 column 4: "v158": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1862 column 7: "v162": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1864 column 4: "v163": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1866 column 4: "v164": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1868 column 5: "v164": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1870 column 6: "v164": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1872 column 4: "v165": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1874 column 7: "v166": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1876 column 4: "v167": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1878 column 4: "v168": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1880 column 5: "v168": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1882 column 6: "v168": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1884 column 4: "v165": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1886 column 7: "v169": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1888 column 4: "v170": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1890 column 4: "v171": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1892 column 5: "v171": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1894 column 6: "v171": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1896 column 4: "v172": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1898 column 7: "v173": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1900 column 4: "v174": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1902 column 4: "v175": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1904 column 5: "v175": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1906 column 6: "v175": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1908 column 4: "v172": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1910 column 7: "v176": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1912 column 4: "v177": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1914 column 4: "v178": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1916 column 5: "v178": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1918 column 6: "v178": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1920 column 4: "v179": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1922 column 7: "v180": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1924 column 4: "v181": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1926 column 4: "v182": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1928 column 5: "v182": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1930 column 6: "v182": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1932 column 4: "v179": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1934 column 7: "v183": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1936 column 4: "v184": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1938 column 4: "v185": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1940 column 5: "v185": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1942 column 6: "v185": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1944 column 4: "v186": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1946 column 7: "v187": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1948 column 4: "v188": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1950 column 4: "v189": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1952 column 5: "v189": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1954 column 6: "v189": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1956 column 4: "v186": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1958 column 4: "v191": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1960 column 5: "v190": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1962 column 6: "v190": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1965 column 7: "v192": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1967 column 4: "v193": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1969 column 4: "v194": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1971 column 5: "v194": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1973 column 6: "v194": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1975 column 4: "v195": operand is of incorrect type Error in /tmp/tmp6ym1hpu9.asm line 1977 column 4: "v195": operand is of incorrect type Processing terminated due to errors.
array_reduction_shadowing regalloc 0 0 230 0 N/A 57 Fail Error in /tmp/tmp9qk4yjxu.asm line 1392: Runtime exception at 0x00401500: address out of range 0xcffcbcd4 Processing terminated due to errors.
many_unused_vars regalloc 0 0 230 0 N/A 26 Fail Error in /tmp/tmp_nlk0x4a.asm line 135 column 5: "v0": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 143 column 5: "v1": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 151 column 5: "v2": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 155 column 5: "v3": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 159 column 5: "v4": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 167 column 5: "v5": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 175 column 5: "v6": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 183 column 5: "v7": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 191 column 5: "v8": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 195 column 5: "v9": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 199 column 5: "v10": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 207 column 5: "v11": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 215 column 5: "v12": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 219 column 5: "v13": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 227 column 5: "v14": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 231 column 5: "v15": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 239 column 5: "v16": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 243 column 5: "v17": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 247 column 5: "v18": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 251 column 5: "v19": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 255 column 5: "v20": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 259 column 5: "v21": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 263 column 5: "v22": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 267 column 5: "v23": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 271 column 5: "v24": operand is of incorrect type Error in /tmp/tmp_nlk0x4a.asm line 275 column 5: "v25": operand is of incorrect type Processing terminated due to errors.
greatest_common_divisor regalloc 0 0 230 0 N/A 47 Fail Error in /tmp/tmpv64k2kqa.asm line 30 column 4: "v0": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 32 column 4: "v2": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 34 column 5: "v1": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 36 column 7: "v1": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 38 column 6: "v1": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 40 column 4: "v3": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 42 column 4: "v3": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 49 column 4: "v4": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 51 column 4: "v6": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 53 column 5: "v4": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 55 column 6: "v5": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 59 column 4: "v5": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 61 column 4: "v7": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 65 column 4: "v7": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 77 column 4: "v8": operand is of incorrect type Error in /tmp/tmpv64k2kqa.asm line 81 column 4: "v8": operand is of incorrect type Processing terminated due to errors.
nth_triangle_number_multi_func regalloc 0 0 230 0 N/A 108 Fail Error in /tmp/tmp1q7bgxrg.asm line 151 column 4: "v12": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 153 column 4: "v14": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 155 column 5: "v13": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 157 column 6: "v13": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 159 column 6: "v13": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 161 column 4: "v15": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 163 column 4: "v15": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 170 column 4: "v16": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 172 column 4: "v18": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 174 column 5: "v17": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 176 column 4: "v20": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 178 column 4: "v22": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 180 column 5: "v21": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 184 column 4: "v21": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 196 column 4: "v23": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 200 column 5: "v19": operand is of incorrect type Error in /tmp/tmp1q7bgxrg.asm line 202 column 4: "v19": operand is of incorrect type Processing terminated due to errors.
regalloc_tribonacci regalloc 0 0 230 0 N/A 52 Fail Error in /tmp/tmphdqx2o9n.asm line 30 column 4: "v4": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 32 column 4: "v6": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 34 column 5: "v5": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 36 column 7: "v5": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 38 column 6: "v5": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 40 column 4: "v7": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 42 column 4: "v7": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 49 column 4: "v8": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 51 column 4: "v10": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 53 column 5: "v9": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 55 column 7: "v9": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 57 column 5: "v11": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 59 column 6: "v9": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 61 column 4: "v12": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 63 column 4: "v14": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 65 column 5: "v13": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 67 column 7: "v13": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 69 column 6: "v11": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 72 column 6: "v11": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 74 column 4: "v15": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 76 column 4: "v15": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 83 column 4: "v16": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 85 column 4: "v18": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 87 column 4: "v20": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 89 column 5: "v19": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 91 column 5: "v17": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 93 column 7: "v17": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 95 column 5: "v21": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 97 column 6: "v17": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 99 column 4: "v22": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 101 column 4: "v24": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 103 column 4: "v26": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 105 column 5: "v25": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 107 column 5: "v23": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 109 column 7: "v23": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 111 column 6: "v21": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 114 column 6: "v21": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 116 column 4: "v27": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 118 column 4: "v29": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 120 column 5: "v28": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 122 column 4: "v28": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 129 column 4: "v30": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 131 column 4: "v32": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 133 column 5: "v31": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 135 column 6: "v31": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 137 column 6: "v31": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 139 column 4: "v33": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 141 column 5: "v0": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 143 column 4: "v34": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 145 column 5: "v1": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 147 column 4: "v36": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 149 column 5: "v35": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 151 column 6: "v35": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 154 column 4: "v38": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 156 column 5: "v39": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 160 column 4: "v39": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 172 column 4: "v40": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 176 column 5: "v37": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 178 column 5: "v0": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 180 column 4: "v42": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 182 column 5: "v41": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 184 column 5: "v1": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 186 column 4: "v44": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 188 column 5: "v43": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 190 column 6: "v43": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 193 column 4: "v0": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 200 column 4: "v45": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 202 column 5: "v2": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 204 column 4: "v46": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 206 column 5: "v3": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 208 column 4: "v48": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 210 column 5: "v47": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 212 column 6: "v47": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 215 column 4: "v50": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 217 column 5: "v51": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 221 column 4: "v51": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 233 column 4: "v52": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 237 column 5: "v49": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 239 column 5: "v2": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 241 column 4: "v54": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 243 column 5: "v53": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 245 column 5: "v3": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 247 column 4: "v56": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 249 column 5: "v55": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 251 column 6: "v55": operand is of incorrect type Error in /tmp/tmphdqx2o9n.asm line 254 column 4: "v2": operand is of incorrect type Processing terminated due to errors.
arithmetic_chain_hoisted_unbalanced_tree regalloc 0 0 260 0 454 122 + 5% Fail
arithmetic_chain_unbalanced_tree_2 regalloc 0 0 260 0 328 18 + 5% Fail
array_difference regalloc 0 0 260 0 543 51 + 5% Fail
find_triplet_sum regalloc 0 0 260 0 774 64 + 5% Fail
hofstadter regalloc 0 0 230 0 N/A 84 Fail Error in /tmp/tmpo060x3a8.asm line 30 column 4: "v0": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 32 column 4: "v2": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 34 column 5: "v1": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 36 column 7: "v1": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 38 column 6: "v1": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 40 column 4: "v3": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 42 column 4: "v3": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 49 column 4: "v4": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 51 column 4: "v6": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 53 column 5: "v5": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 55 column 7: "v5": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 57 column 5: "v7": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 59 column 6: "v5": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 61 column 4: "v8": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 63 column 4: "v10": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 65 column 5: "v9": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 67 column 7: "v9": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 69 column 6: "v7": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 72 column 6: "v7": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 74 column 4: "v11": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 76 column 4: "v11": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 83 column 4: "v12": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 85 column 4: "v14": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 87 column 4: "v16": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 89 column 5: "v15": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 91 column 5: "v13": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 93 column 7: "v13": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 95 column 5: "v17": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 97 column 6: "v13": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 99 column 4: "v18": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 101 column 4: "v20": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 103 column 4: "v22": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 105 column 5: "v21": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 107 column 5: "v19": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 109 column 7: "v19": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 111 column 6: "v17": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 114 column 6: "v17": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 116 column 4: "v23": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 118 column 4: "v25": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 120 column 5: "v24": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 122 column 4: "v24": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 129 column 4: "v26": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 131 column 4: "v28": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 133 column 5: "v27": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 135 column 6: "v27": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 137 column 6: "v27": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 139 column 4: "v29": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 141 column 4: "v31": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 143 column 4: "v33": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 145 column 5: "v32": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 149 column 4: "v32": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 161 column 4: "v34": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 165 column 5: "v30": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 169 column 4: "v30": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 181 column 4: "v35": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 185 column 4: "v37": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 187 column 4: "v39": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 189 column 4: "v41": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 191 column 5: "v40": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 195 column 4: "v40": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 207 column 4: "v42": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 211 column 5: "v38": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 215 column 4: "v38": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 227 column 4: "v43": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 231 column 5: "v36": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 233 column 4: "v36": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 240 column 4: "v44": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 242 column 4: "v46": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 244 column 4: "v48": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 246 column 5: "v47": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 250 column 4: "v47": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 262 column 4: "v49": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 266 column 5: "v45": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 270 column 4: "v45": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 282 column 4: "v50": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 286 column 4: "v52": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 288 column 4: "v54": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 290 column 4: "v56": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 292 column 5: "v55": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 296 column 4: "v55": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 308 column 4: "v57": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 312 column 5: "v53": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 316 column 4: "v53": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 328 column 4: "v58": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 332 column 5: "v51": operand is of incorrect type Error in /tmp/tmpo060x3a8.asm line 334 column 4: "v51": operand is of incorrect type Processing terminated due to errors.
redundant_assignments regalloc 0 0 230 0 N/A 54 Fail Error in /tmp/tmpvh7x8v1n.asm line 683 column 5: "v1": operand is of incorrect type Error in /tmp/tmpvh7x8v1n.asm line 845 column 5: "v1": operand is of incorrect type Error in /tmp/tmpvh7x8v1n.asm line 1049 column 5: "v1": operand is of incorrect type Error in /tmp/tmpvh7x8v1n.asm line 1295 column 5: "v1": operand is of incorrect type Processing terminated due to errors.
array_complex_reduction_5 regalloc 0 0 260 0 200 28 + 5% Fail
addition_chain_short_hoisted regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmppy6dmdec.asm line 14 column 4: "v10": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 15 column 6: "v0": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 19 column 4: "v11": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 24 column 4: "v12": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 25 column 6: "v2": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 29 column 4: "v13": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 30 column 6: "v3": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 34 column 4: "v14": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 35 column 6: "v4": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 39 column 4: "v15": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 40 column 6: "v5": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 44 column 4: "v16": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 45 column 6: "v6": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 49 column 4: "v17": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 50 column 6: "v7": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 54 column 4: "v18": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 55 column 6: "v8": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 59 column 4: "v19": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 60 column 6: "v9": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 68 column 6: "v28": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 74 column 6: "v27": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 80 column 6: "v26": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 86 column 6: "v25": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 92 column 6: "v24": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 98 column 6: "v23": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 104 column 6: "v22": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 110 column 6: "v21": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 116 column 6: "v20": operand is of incorrect type Error in /tmp/tmppy6dmdec.asm line 125 column 10: "v20": operand is of incorrect type Processing terminated due to errors.
array_complex_reduction_11 regalloc 124 0 0 0 N/A 153 Fail
arithmetic_chain_long regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmpemdujw94.asm line 22 column 4: "v23": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 26 column 4: "v24": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 30 column 5: "v22": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 34 column 4: "v25": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 38 column 6: "v21": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 42 column 4: "v26": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 46 column 5: "v20": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 50 column 4: "v27": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 54 column 6: "v19": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 58 column 4: "v28": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 62 column 5: "v18": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 66 column 4: "v29": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 70 column 5: "v17": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 74 column 4: "v30": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 78 column 6: "v16": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 82 column 4: "v31": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 86 column 5: "v15": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 90 column 4: "v32": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 94 column 6: "v14": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 98 column 4: "v33": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 102 column 5: "v13": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 106 column 4: "v34": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 110 column 6: "v12": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 114 column 4: "v35": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 118 column 5: "v11": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 122 column 4: "v36": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 126 column 5: "v10": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 130 column 4: "v37": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 134 column 6: "v9": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 138 column 4: "v38": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 142 column 5: "v8": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 146 column 4: "v39": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 150 column 6: "v7": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 154 column 4: "v40": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 158 column 5: "v6": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 162 column 4: "v41": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 166 column 6: "v5": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 170 column 4: "v42": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 174 column 5: "v4": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 178 column 4: "v43": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 182 column 5: "v3": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 186 column 4: "v44": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 190 column 6: "v2": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 194 column 4: "v45": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 198 column 5: "v1": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 202 column 4: "v46": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 206 column 6: "v0": operand is of incorrect type Error in /tmp/tmpemdujw94.asm line 215 column 10: "v0": operand is of incorrect type Processing terminated due to errors.
addition_chain_short regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmputs7_x0x.asm line 13 column 4: "v9": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 17 column 4: "v10": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 21 column 6: "v8": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 25 column 4: "v11": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 29 column 6: "v7": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 33 column 4: "v12": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 37 column 6: "v6": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 41 column 4: "v13": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 45 column 6: "v5": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 49 column 4: "v14": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 53 column 6: "v4": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 57 column 4: "v15": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 61 column 6: "v3": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 65 column 4: "v16": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 69 column 6: "v2": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 73 column 4: "v17": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 77 column 6: "v1": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 81 column 4: "v18": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 85 column 6: "v0": operand is of incorrect type Error in /tmp/tmputs7_x0x.asm line 94 column 10: "v0": operand is of incorrect type Processing terminated due to errors.
array_sum regalloc 0 0 260 0 203 31 + 5% Fail
addition_chain_long_hoisted regalloc 0 0 230 0 N/A 18 Fail Error in /tmp/tmprrxnhndd.asm line 14 column 4: "v22": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 15 column 6: "v0": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 19 column 4: "v23": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 24 column 4: "v24": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 25 column 6: "v2": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 29 column 4: "v25": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 30 column 6: "v3": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 34 column 4: "v26": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 35 column 6: "v4": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 39 column 4: "v27": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 40 column 6: "v5": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 44 column 4: "v28": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 45 column 6: "v6": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 49 column 4: "v29": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 50 column 6: "v7": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 54 column 4: "v30": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 55 column 6: "v8": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 59 column 4: "v31": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 60 column 6: "v9": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 64 column 4: "v32": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 65 column 6: "v10": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 69 column 4: "v33": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 70 column 6: "v11": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 74 column 4: "v34": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 75 column 6: "v12": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 79 column 4: "v35": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 80 column 6: "v13": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 84 column 4: "v36": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 85 column 6: "v14": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 89 column 4: "v37": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 90 column 6: "v15": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 94 column 4: "v38": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 95 column 6: "v16": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 99 column 4: "v39": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 100 column 6: "v17": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 104 column 4: "v40": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 105 column 6: "v18": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 109 column 4: "v41": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 110 column 6: "v19": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 114 column 4: "v42": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 115 column 6: "v20": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 119 column 4: "v43": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 120 column 6: "v21": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 128 column 6: "v66": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 134 column 6: "v65": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 140 column 6: "v64": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 146 column 6: "v63": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 152 column 6: "v62": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 158 column 6: "v61": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 164 column 6: "v60": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 170 column 6: "v59": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 176 column 6: "v58": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 182 column 6: "v57": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 188 column 6: "v56": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 194 column 6: "v55": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 200 column 6: "v54": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 206 column 6: "v53": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 212 column 6: "v52": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 218 column 6: "v51": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 224 column 6: "v50": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 230 column 6: "v49": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 236 column 6: "v48": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 242 column 6: "v47": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 248 column 6: "v46": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 254 column 6: "v45": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 260 column 6: "v44": operand is of incorrect type Error in /tmp/tmprrxnhndd.asm line 269 column 10: "v44": operand is of incorrect type Processing terminated due to errors.
array_concat_dot_product regalloc 0 0 260 0 541 57 + 5% Fail
balanced_addition_tree_small regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmpz4gwumnx.asm line 13 column 4: "v4": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 17 column 4: "v5": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 21 column 6: "v3": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 28 column 4: "v7": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 32 column 4: "v8": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 36 column 6: "v6": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 40 column 6: "v2": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 47 column 4: "v11": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 51 column 4: "v12": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 55 column 6: "v10": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 62 column 4: "v14": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 66 column 4: "v15": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 70 column 6: "v13": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 74 column 6: "v9": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 78 column 6: "v1": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 85 column 4: "v19": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 89 column 4: "v20": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 93 column 6: "v18": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 100 column 4: "v22": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 104 column 4: "v23": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 108 column 6: "v21": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 112 column 6: "v17": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 119 column 4: "v26": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 123 column 4: "v27": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 127 column 6: "v25": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 134 column 4: "v29": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 138 column 4: "v30": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 142 column 6: "v28": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 146 column 6: "v24": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 150 column 6: "v16": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 154 column 6: "v0": operand is of incorrect type Error in /tmp/tmpz4gwumnx.asm line 163 column 10: "v0": operand is of incorrect type Processing terminated due to errors.
array_dot_product regalloc 0 0 260 0 327 41 + 5% Fail
balanced_addition_tree_large regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmpxpbtla8l.asm line 13 column 4: "v7": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 17 column 4: "v8": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 21 column 6: "v6": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 28 column 4: "v10": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 32 column 4: "v11": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 36 column 6: "v9": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 40 column 6: "v5": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 47 column 4: "v14": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 51 column 4: "v15": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 55 column 6: "v13": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 62 column 4: "v17": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 66 column 4: "v18": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 70 column 6: "v16": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 74 column 6: "v12": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 78 column 6: "v4": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 85 column 4: "v22": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 89 column 4: "v23": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 93 column 6: "v21": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 100 column 4: "v25": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 104 column 4: "v26": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 108 column 6: "v24": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 112 column 6: "v20": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 119 column 4: "v29": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 123 column 4: "v30": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 127 column 6: "v28": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 134 column 4: "v32": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 138 column 4: "v33": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 142 column 6: "v31": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 146 column 6: "v27": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 150 column 6: "v19": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 154 column 6: "v3": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 161 column 4: "v38": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 165 column 4: "v39": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 169 column 6: "v37": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 176 column 4: "v41": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 180 column 4: "v42": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 184 column 6: "v40": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 188 column 6: "v36": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 195 column 4: "v45": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 199 column 4: "v46": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 203 column 6: "v44": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 210 column 4: "v48": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 214 column 4: "v49": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 218 column 6: "v47": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 222 column 6: "v43": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 226 column 6: "v35": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 233 column 4: "v53": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 237 column 4: "v54": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 241 column 6: "v52": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 248 column 4: "v56": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 252 column 4: "v57": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 256 column 6: "v55": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 260 column 6: "v51": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 267 column 4: "v60": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 271 column 4: "v61": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 275 column 6: "v59": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 282 column 4: "v63": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 286 column 4: "v64": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 290 column 6: "v62": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 294 column 6: "v58": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 298 column 6: "v50": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 302 column 6: "v34": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 306 column 6: "v2": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 313 column 4: "v70": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 317 column 4: "v71": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 321 column 6: "v69": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 328 column 4: "v73": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 332 column 4: "v74": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 336 column 6: "v72": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 340 column 6: "v68": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 347 column 4: "v77": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 351 column 4: "v78": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 355 column 6: "v76": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 362 column 4: "v80": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 366 column 4: "v81": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 370 column 6: "v79": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 374 column 6: "v75": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 378 column 6: "v67": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 385 column 4: "v85": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 389 column 4: "v86": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 393 column 6: "v84": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 400 column 4: "v88": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 404 column 4: "v89": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 408 column 6: "v87": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 412 column 6: "v83": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 419 column 4: "v92": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 423 column 4: "v93": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 427 column 6: "v91": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 434 column 4: "v95": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 438 column 4: "v96": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 442 column 6: "v94": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 446 column 6: "v90": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 450 column 6: "v82": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 454 column 6: "v66": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 461 column 4: "v101": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 465 column 4: "v102": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 469 column 6: "v100": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 476 column 4: "v104": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 480 column 4: "v105": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 484 column 6: "v103": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 488 column 6: "v99": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 495 column 4: "v108": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 499 column 4: "v109": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 503 column 6: "v107": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 510 column 4: "v111": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 514 column 4: "v112": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 518 column 6: "v110": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 522 column 6: "v106": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 526 column 6: "v98": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 533 column 4: "v116": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 537 column 4: "v117": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 541 column 6: "v115": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 548 column 4: "v119": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 552 column 4: "v120": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 556 column 6: "v118": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 560 column 6: "v114": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 567 column 4: "v123": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 571 column 4: "v124": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 575 column 6: "v122": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 582 column 4: "v126": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 586 column 4: "v127": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 590 column 6: "v125": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 594 column 6: "v121": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 598 column 6: "v113": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 602 column 6: "v97": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 606 column 6: "v65": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 610 column 6: "v1": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 617 column 4: "v134": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 621 column 4: "v135": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 625 column 6: "v133": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 632 column 4: "v137": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 636 column 4: "v138": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 640 column 6: "v136": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 644 column 6: "v132": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 651 column 4: "v141": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 655 column 4: "v142": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 659 column 6: "v140": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 666 column 4: "v144": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 670 column 4: "v145": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 674 column 6: "v143": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 678 column 6: "v139": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 682 column 6: "v131": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 689 column 4: "v149": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 693 column 4: "v150": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 697 column 6: "v148": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 704 column 4: "v152": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 708 column 4: "v153": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 712 column 6: "v151": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 716 column 6: "v147": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 723 column 4: "v156": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 727 column 4: "v157": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 731 column 6: "v155": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 738 column 4: "v159": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 742 column 4: "v160": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 746 column 6: "v158": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 750 column 6: "v154": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 754 column 6: "v146": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 758 column 6: "v130": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 765 column 4: "v165": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 769 column 4: "v166": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 773 column 6: "v164": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 780 column 4: "v168": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 784 column 4: "v169": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 788 column 6: "v167": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 792 column 6: "v163": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 799 column 4: "v172": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 803 column 4: "v173": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 807 column 6: "v171": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 814 column 4: "v175": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 818 column 4: "v176": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 822 column 6: "v174": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 826 column 6: "v170": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 830 column 6: "v162": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 837 column 4: "v180": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 841 column 4: "v181": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 845 column 6: "v179": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 852 column 4: "v183": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 856 column 4: "v184": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 860 column 6: "v182": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 864 column 6: "v178": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 871 column 4: "v187": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 875 column 4: "v188": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 879 column 6: "v186": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 886 column 4: "v190": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 890 column 4: "v191": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 894 column 6: "v189": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 898 column 6: "v185": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 902 column 6: "v177": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 906 column 6: "v161": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 910 column 6: "v129": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 917 column 4: "v197": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 921 column 4: "v198": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 925 column 6: "v196": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 932 column 4: "v200": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 936 column 4: "v201": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 940 column 6: "v199": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 944 column 6: "v195": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 951 column 4: "v204": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 955 column 4: "v205": operand is of incorrect type Error in /tmp/tmpxpbtla8l.asm line 959 column 6: "v203": operand is of incorrect type Error in line 966 column 4: Error Limit of 200 exceeded. Processing terminated due to errors.
array_complex_reduction_9 regalloc 0 0 260 0 770 66 + 5% Fail
array_simple_reduction_3 regalloc 0 0 260 0 633 63 + 5% Fail
arithmetic_chain_short regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmpmwcfpwt1.asm line 16 column 4: "v9": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 20 column 4: "v10": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 24 column 5: "v8": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 28 column 4: "v11": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 32 column 6: "v7": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 36 column 4: "v12": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 40 column 5: "v6": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 44 column 4: "v13": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 48 column 6: "v5": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 52 column 4: "v14": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 56 column 5: "v4": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 60 column 4: "v15": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 64 column 5: "v3": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 68 column 4: "v16": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 72 column 6: "v2": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 76 column 4: "v17": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 80 column 5: "v1": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 84 column 4: "v18": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 88 column 6: "v0": operand is of incorrect type Error in /tmp/tmpmwcfpwt1.asm line 97 column 10: "v0": operand is of incorrect type Processing terminated due to errors.
arithmetic_chains_long_hoisted regalloc 0 0 230 0 N/A 23 Fail Error in /tmp/tmpp1jvbsi3.asm line 14 column 4: "v20": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 15 column 6: "v0": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 19 column 4: "v21": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 24 column 4: "v22": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 25 column 6: "v2": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 29 column 4: "v23": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 30 column 6: "v3": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 34 column 4: "v24": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 35 column 6: "v4": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 39 column 4: "v25": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 40 column 6: "v5": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 44 column 4: "v26": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 45 column 6: "v6": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 49 column 4: "v27": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 50 column 6: "v7": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 54 column 4: "v28": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 55 column 6: "v8": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 59 column 4: "v29": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 60 column 6: "v9": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 64 column 4: "v30": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 65 column 6: "v10": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 69 column 4: "v31": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 70 column 6: "v11": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 74 column 4: "v32": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 75 column 6: "v12": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 79 column 4: "v33": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 80 column 6: "v13": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 84 column 4: "v34": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 85 column 6: "v14": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 89 column 4: "v35": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 90 column 6: "v15": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 94 column 4: "v36": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 95 column 6: "v16": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 99 column 4: "v37": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 100 column 6: "v17": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 104 column 4: "v38": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 105 column 6: "v18": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 109 column 4: "v39": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 110 column 6: "v19": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 121 column 5: "v51": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 127 column 6: "v50": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 133 column 5: "v49": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 139 column 6: "v48": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 145 column 5: "v47": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 151 column 5: "v46": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 157 column 6: "v45": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 163 column 5: "v44": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 169 column 6: "v43": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 175 column 5: "v42": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 181 column 6: "v41": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 187 column 5: "v40": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 196 column 10: "v40": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 217 column 5: "v73": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 223 column 6: "v72": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 229 column 5: "v71": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 235 column 6: "v70": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 241 column 5: "v69": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 247 column 5: "v68": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 253 column 6: "v67": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 259 column 5: "v66": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 265 column 6: "v65": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 271 column 5: "v64": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 277 column 6: "v63": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 283 column 5: "v62": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 289 column 5: "v61": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 295 column 6: "v60": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 301 column 5: "v59": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 307 column 6: "v58": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 313 column 5: "v57": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 319 column 6: "v56": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 325 column 5: "v55": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 331 column 5: "v54": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 337 column 6: "v53": operand is of incorrect type Error in /tmp/tmpp1jvbsi3.asm line 346 column 10: "v53": operand is of incorrect type Processing terminated due to errors.
array_complex_reduction_1 regalloc 0 0 260 0 493 53 + 5% Fail
array_complex_reduction_7 regalloc 0 0 230 0 N/A 42 Fail
balanced_arithmetic_tree_large_hoisted regalloc 0 0 230 0 N/A 177 Fail Error in /tmp/tmpcv63zgj8.asm line 14 column 4: "v77": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 15 column 6: "v0": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 19 column 4: "v78": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 20 column 6: "v1": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 24 column 4: "v79": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 25 column 6: "v2": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 29 column 4: "v80": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 30 column 6: "v3": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 34 column 4: "v81": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 35 column 6: "v4": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 39 column 4: "v82": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 40 column 6: "v5": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 44 column 4: "v83": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 45 column 6: "v6": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 49 column 4: "v84": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 50 column 6: "v7": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 54 column 4: "v85": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 55 column 6: "v8": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 59 column 4: "v86": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 60 column 6: "v9": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 64 column 4: "v87": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 65 column 6: "v10": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 69 column 4: "v88": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 70 column 6: "v11": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 74 column 4: "v89": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 75 column 6: "v12": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 79 column 4: "v90": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 80 column 6: "v13": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 84 column 4: "v91": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 85 column 6: "v14": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 89 column 4: "v92": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 90 column 6: "v15": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 94 column 4: "v93": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 95 column 6: "v16": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 99 column 4: "v94": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 100 column 6: "v17": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 104 column 4: "v95": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 105 column 6: "v18": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 109 column 4: "v96": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 110 column 6: "v19": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 114 column 4: "v97": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 115 column 6: "v20": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 119 column 4: "v98": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 120 column 6: "v21": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 124 column 4: "v99": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 125 column 6: "v22": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 129 column 4: "v100": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 130 column 6: "v23": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 134 column 4: "v101": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 135 column 6: "v24": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 139 column 4: "v102": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 140 column 6: "v25": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 144 column 4: "v103": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 145 column 6: "v26": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 149 column 4: "v104": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 150 column 6: "v27": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 154 column 4: "v105": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 155 column 6: "v28": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 159 column 4: "v106": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 160 column 6: "v29": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 164 column 4: "v107": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 165 column 6: "v30": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 169 column 4: "v108": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 170 column 6: "v31": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 174 column 4: "v109": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 175 column 6: "v32": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 179 column 4: "v110": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 180 column 6: "v33": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 184 column 4: "v111": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 185 column 6: "v34": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 189 column 4: "v112": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 190 column 6: "v35": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 194 column 4: "v113": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 195 column 6: "v36": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 199 column 4: "v114": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 200 column 6: "v37": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 204 column 4: "v115": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 205 column 6: "v38": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 209 column 4: "v116": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 210 column 6: "v39": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 214 column 4: "v117": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 215 column 6: "v40": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 219 column 4: "v118": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 220 column 6: "v41": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 224 column 4: "v119": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 225 column 6: "v42": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 229 column 4: "v120": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 230 column 6: "v43": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 234 column 4: "v121": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 235 column 6: "v44": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 239 column 4: "v122": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 240 column 6: "v45": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 244 column 4: "v123": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 245 column 6: "v46": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 249 column 4: "v124": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 250 column 6: "v47": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 254 column 4: "v125": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 255 column 6: "v48": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 259 column 4: "v126": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 260 column 6: "v49": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 264 column 4: "v127": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 265 column 6: "v50": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 269 column 4: "v128": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 270 column 6: "v51": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 274 column 4: "v129": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 275 column 6: "v52": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 279 column 4: "v130": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 280 column 6: "v53": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 284 column 4: "v131": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 285 column 6: "v54": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 289 column 4: "v132": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 290 column 6: "v55": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 294 column 4: "v133": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 295 column 6: "v56": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 299 column 4: "v134": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 300 column 6: "v57": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 304 column 4: "v135": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 305 column 6: "v58": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 309 column 4: "v136": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 310 column 6: "v59": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 314 column 4: "v137": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 315 column 6: "v60": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 319 column 4: "v138": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 320 column 6: "v61": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 324 column 4: "v139": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 325 column 6: "v62": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 329 column 4: "v140": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 330 column 6: "v63": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 334 column 4: "v141": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 335 column 6: "v64": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 339 column 4: "v142": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 340 column 6: "v65": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 344 column 4: "v143": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 345 column 6: "v66": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 349 column 4: "v144": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 350 column 6: "v67": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 354 column 4: "v145": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 355 column 6: "v68": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 359 column 4: "v146": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 360 column 6: "v69": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 364 column 4: "v147": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 365 column 6: "v70": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 369 column 4: "v148": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 370 column 6: "v71": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 374 column 4: "v149": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 375 column 6: "v72": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 379 column 4: "v150": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 380 column 6: "v73": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 384 column 4: "v151": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 385 column 6: "v74": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 389 column 4: "v152": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 390 column 6: "v75": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 394 column 4: "v153": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 395 column 6: "v76": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 403 column 6: "v160": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 414 column 6: "v161": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 418 column 6: "v159": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 429 column 6: "v163": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 437 column 5: "v164": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 441 column 6: "v162": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 445 column 6: "v158": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 456 column 5: "v167": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 467 column 5: "v168": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 471 column 5: "v166": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 482 column 5: "v170": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 493 column 6: "v171": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 497 column 5: "v169": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 501 column 5: "v165": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 505 column 6: "v157": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 516 column 6: "v175": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 527 column 6: "v176": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 531 column 6: "v174": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 539 column 5: "v178": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 550 column 5: "v179": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 554 column 5: "v177": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 558 column 6: "v173": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 569 column 5: "v182": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 580 column 5: "v183": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 584 column 5: "v181": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 595 column 6: "v185": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 606 column 6: "v186": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 610 column 6: "v184": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 614 column 5: "v180": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 618 column 6: "v172": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 622 column 6: "v156": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 633 column 6: "v191": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 641 column 5: "v192": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 645 column 6: "v190": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 656 column 5: "v194": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 667 column 5: "v195": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 671 column 5: "v193": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 675 column 6: "v189": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 686 column 5: "v198": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 697 column 6: "v199": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 701 column 5: "v197": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 712 column 6: "v201": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 723 column 6: "v202": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 727 column 6: "v200": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 731 column 5: "v196": operand is of incorrect type Error in /tmp/tmpcv63zgj8.asm line 735 column 6: "v188": operand is of incorrect type Error in line 743 column 5: Error Limit of 200 exceeded. Processing terminated due to errors.
balanced_arithmetic_tree_small regalloc 0 0 230 0 N/A 4 Fail Error in /tmp/tmp4mqy1gtx.asm line 13 column 4: "v4": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 17 column 4: "v5": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 21 column 6: "v3": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 28 column 4: "v7": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 32 column 4: "v8": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 36 column 6: "v6": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 40 column 6: "v2": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 47 column 4: "v11": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 51 column 4: "v12": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 55 column 6: "v10": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 59 column 4: "v14": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 63 column 4: "v15": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 67 column 5: "v13": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 71 column 6: "v9": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 75 column 6: "v1": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 82 column 4: "v19": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 86 column 4: "v20": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 90 column 5: "v18": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 97 column 4: "v22": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 101 column 4: "v23": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 105 column 5: "v21": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 109 column 5: "v17": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 116 column 4: "v26": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 120 column 4: "v27": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 124 column 5: "v25": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 131 column 4: "v29": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 135 column 4: "v30": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 139 column 6: "v28": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 143 column 5: "v24": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 147 column 5: "v16": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 151 column 6: "v0": operand is of incorrect type Error in /tmp/tmp4mqy1gtx.asm line 160 column 10: "v0": operand is of incorrect type Processing terminated due to errors.
array_complex_reduction_10 regalloc 0 0 230 0 N/A 81 Fail Error in /tmp/tmpkki16kbl.asm line 10 column 6: "v34": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 14 column 4: "v35": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 15 column 4: "v36": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 16 column 5: "v37": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 17 column 6: "v37": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 21 column 4: "v38": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 22 column 4: "v38": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 23 column 6: "v39": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 27 column 4: "v40": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 28 column 4: "v41": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 29 column 5: "v42": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 30 column 6: "v42": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 34 column 4: "v43": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 35 column 4: "v43": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 36 column 6: "v44": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 40 column 4: "v45": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 41 column 4: "v46": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 42 column 5: "v47": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 43 column 6: "v47": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 47 column 4: "v48": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 48 column 4: "v48": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 49 column 6: "v49": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 53 column 4: "v50": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 54 column 4: "v51": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 55 column 5: "v52": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 56 column 6: "v52": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 60 column 4: "v53": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 61 column 4: "v53": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 62 column 6: "v54": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 66 column 4: "v55": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 67 column 4: "v56": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 68 column 5: "v57": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 69 column 6: "v57": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 73 column 4: "v58": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 74 column 4: "v58": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 75 column 6: "v59": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 79 column 4: "v60": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 80 column 4: "v61": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 81 column 5: "v62": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 82 column 6: "v62": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 86 column 4: "v63": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 87 column 4: "v63": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 88 column 6: "v64": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 92 column 4: "v65": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 93 column 4: "v66": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 94 column 5: "v67": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 95 column 6: "v67": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 99 column 4: "v68": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 100 column 4: "v68": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 101 column 6: "v69": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 105 column 4: "v70": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 106 column 4: "v71": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 107 column 5: "v72": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 108 column 6: "v72": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 112 column 4: "v73": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 113 column 4: "v73": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 114 column 6: "v74": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 118 column 4: "v75": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 119 column 4: "v76": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 120 column 5: "v77": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 121 column 6: "v77": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 125 column 4: "v78": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 126 column 4: "v78": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 127 column 6: "v79": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 131 column 4: "v80": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 132 column 4: "v81": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 133 column 5: "v82": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 134 column 6: "v82": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 138 column 4: "v83": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 139 column 4: "v83": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 140 column 6: "v84": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 144 column 4: "v85": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 145 column 4: "v86": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 146 column 5: "v87": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 147 column 6: "v87": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 151 column 4: "v88": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 152 column 4: "v88": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 153 column 6: "v89": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 157 column 4: "v90": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 158 column 4: "v91": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 159 column 5: "v92": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 160 column 6: "v92": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 164 column 4: "v93": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 165 column 4: "v93": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 166 column 6: "v94": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 170 column 4: "v95": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 171 column 4: "v96": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 172 column 5: "v97": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 173 column 6: "v97": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 177 column 4: "v98": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 178 column 4: "v98": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 179 column 6: "v99": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 183 column 4: "v100": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 184 column 4: "v101": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 185 column 5: "v102": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 186 column 6: "v102": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 190 column 4: "v103": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 191 column 4: "v103": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 192 column 6: "v104": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 196 column 4: "v105": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 197 column 4: "v106": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 198 column 5: "v107": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 199 column 6: "v107": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 203 column 4: "v108": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 204 column 4: "v108": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 205 column 6: "v109": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 209 column 4: "v110": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 210 column 4: "v111": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 211 column 5: "v112": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 212 column 6: "v112": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 216 column 4: "v113": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 217 column 4: "v113": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 218 column 6: "v114": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 222 column 4: "v115": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 223 column 4: "v116": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 224 column 5: "v117": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 225 column 6: "v117": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 229 column 4: "v118": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 230 column 4: "v118": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 231 column 6: "v119": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 235 column 4: "v120": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 236 column 4: "v121": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 237 column 5: "v122": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 238 column 6: "v122": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 242 column 4: "v123": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 243 column 4: "v123": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 244 column 6: "v124": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 248 column 4: "v125": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 249 column 4: "v126": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 250 column 5: "v127": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 251 column 6: "v127": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 255 column 4: "v128": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 256 column 4: "v128": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 257 column 6: "v129": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 261 column 4: "v130": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 262 column 4: "v131": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 263 column 5: "v132": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 264 column 6: "v132": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 268 column 4: "v133": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 269 column 4: "v133": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 270 column 6: "v134": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 274 column 4: "v135": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 275 column 4: "v136": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 276 column 5: "v137": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 277 column 6: "v137": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 281 column 4: "v138": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 282 column 4: "v138": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 286 column 4: "v140": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 290 column 4: "v141": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 294 column 5: "v139": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 295 column 6: "v0": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 299 column 4: "v143": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 303 column 4: "v144": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 307 column 5: "v142": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 308 column 6: "v1": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 312 column 4: "v146": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 316 column 4: "v147": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 320 column 6: "v145": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 321 column 6: "v2": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 325 column 4: "v149": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 329 column 4: "v150": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 333 column 5: "v148": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 334 column 6: "v3": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 338 column 4: "v152": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 342 column 4: "v153": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 346 column 6: "v151": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 347 column 6: "v4": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 351 column 4: "v155": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 355 column 4: "v156": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 359 column 5: "v154": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 360 column 6: "v5": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 364 column 4: "v158": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 368 column 4: "v159": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 372 column 5: "v157": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 373 column 6: "v6": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 377 column 4: "v161": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 381 column 4: "v162": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 385 column 6: "v160": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 386 column 6: "v7": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 390 column 4: "v164": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 394 column 4: "v165": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 398 column 5: "v163": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 399 column 6: "v8": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 403 column 4: "v167": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 407 column 4: "v168": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 411 column 5: "v166": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 412 column 6: "v9": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 416 column 4: "v170": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 420 column 4: "v171": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 424 column 5: "v169": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 425 column 6: "v10": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 429 column 4: "v173": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 433 column 4: "v174": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 437 column 6: "v172": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 438 column 6: "v11": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 442 column 4: "v176": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 446 column 4: "v177": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 450 column 5: "v175": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 451 column 6: "v12": operand is of incorrect type Error in /tmp/tmpkki16kbl.asm line 455 column 4: "v179": operand is of incorrect type Error in line 459 column 4: Error Limit of 200 exceeded. Processing terminated due to errors.
Test nameComponentCompiler exit codeExpected compiler exit codeCompiled program codeExpected compiled program codeMemory accessesMax memory accessesResultCompiler LogSimulator errors
single class declaration sem 245 0 N/A N/A N/A N/A Fail
extend class not yet declared sem 245 240 N/A N/A N/A N/A Fail
class extend other class sem 245 0 N/A N/A N/A N/A Fail
class method overriding sem 245 0 N/A N/A N/A N/A Fail
class field overriding sem 245 240 N/A N/A N/A N/A Fail
class method redefined sem 245 240 N/A N/A N/A N/A Fail
class method invalid overriding sem 245 240 N/A N/A N/A N/A Fail
simple class instantiation sem 245 0 N/A N/A N/A N/A Fail
class instantiation without cast sem 245 240 N/A N/A N/A N/A Fail
class instantiation with cast sem 245 0 N/A N/A N/A N/A Fail
instantiation undeclared class sem 245 240 N/A N/A N/A N/A Fail
field access simple sem 245 0 N/A N/A N/A N/A Fail
field access inherited sem 245 0 N/A N/A N/A N/A Fail
field access undeclared sem 245 240 N/A N/A N/A N/A Fail
field access multiple sem 245 0 N/A N/A N/A N/A Fail
field access parameter sem 245 0 N/A N/A N/A N/A Fail
field access parameter invalid sem 245 240 N/A N/A N/A N/A Fail
class function call overrided sem 245 0 N/A N/A N/A N/A Fail
class function call and field access sem 245 0 N/A N/A N/A N/A Fail
class function call undeclared sem 245 240 N/A N/A N/A N/A Fail
class function call inherited sem 245 0 N/A N/A N/A N/A Fail
class type casting with field access and function call sem 245 0 N/A N/A N/A N/A Fail
class type casting with invalid field access sem 245 240 N/A N/A N/A N/A Fail
class type casting with invalid function call sem 245 240 N/A N/A N/A N/A Fail
simple_class gen 245 0 0 0 N/A N/A Fail
class_code_gen_polymorphism gen 245 0 0 0 N/A N/A Fail
class_code_gen_polymorphism_typecast gen 245 0 0 0 N/A N/A Fail
class_code_gen_inheritance1 gen 245 0 0 0 N/A N/A Fail
class_code_gen_inheritance2 gen 245 0 0 0 N/A N/A Fail
class_code_gen_reference1 gen 245 0 0 0 N/A N/A Fail
class_code_gen_reference2 gen 245 0 0 0 N/A N/A Fail
class_code_gen_reference3 gen 245 0 0 0 N/A N/A Fail
class_code_gen_reference4 gen 245 0 0 0 N/A N/A Fail
class_code_gen_function_call1 gen 245 0 0 0 N/A N/A Fail
class_code_gen_function_call2 gen 245 0 0 0 N/A N/A Fail
class_code_gen_function_call_reference gen 245 0 0 0 N/A N/A Fail
class_code_gen_function_call_typecast gen 245 0 0 0 N/A N/A Fail
class_code_gen_function_call_poly gen 245 0 0 0 N/A N/A Fail
class_code_gen_inheritance_field gen 245 0 0 0 N/A N/A Fail
class_code_gen_inheritance_function gen 245 0 0 0 N/A N/A Fail
class_code_gen_shadow_field gen 245 0 0 0 N/A N/A Fail
class_code_gen_fields1 gen 245 0 0 0 N/A N/A Fail
class_code_gen_fields2 gen 245 0 0 0 N/A N/A Fail
class_code_gen_function_inherited gen 245 0 0 0 N/A N/A Fail