Commit d800a863 authored by Paul's avatar Paul
Browse files

Remove extra comment

parent f7079e51
......@@ -204,7 +204,6 @@ struct find_mul_slice_conv
}
};
<<<<<<< HEAD
struct find_mul_dot
{
auto matcher() const
......@@ -333,15 +332,12 @@ struct find_dot_mul
}
};
// a * (x + b) => a * x + a * b
=======
// ******************************
// a * (x + b) => a * x + a * b
// ******************************
// When a * (x + b) is followed by another add of constant, then the
// additional add can be const folded. Also, better fusions can be applied
// when the add comes after.
>>>>>>> develop
struct find_mul_add
{
auto matcher() const
......
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