================
@@ -705,6 +705,18 @@ inline auto m_False() {
},
m_Value()};
}
+
+/// Match a negtive as a sub(0, v)
----------------
arsenm wrote:
```suggestion
/// Match a negate as a sub(0, v)
```
https://github.com/llvm/llvm-project/pull/85365