Commit 0cbb0368 authored by Paul's avatar Paul
Browse files

Register nop

parent 64c48d68
...@@ -191,6 +191,7 @@ void memory_coloring_impl::register_operand_alias() ...@@ -191,6 +191,7 @@ void memory_coloring_impl::register_operand_alias()
operand_alias["check_context"] = -1; operand_alias["check_context"] = -1;
operand_alias["@literal"] = -1; operand_alias["@literal"] = -1;
operand_alias["@param"] = -1; operand_alias["@param"] = -1;
operand_alias["nop"] = -1;
operand_alias["transpose"] = 0; operand_alias["transpose"] = 0;
operand_alias["flatten"] = 0; operand_alias["flatten"] = 0;
operand_alias["broadcast"] = 0; operand_alias["broadcast"] = 0;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment