We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 325ea8c commit b7c270eCopy full SHA for b7c270e
llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
@@ -155,8 +155,8 @@ struct is_one {
155
156
/// Match an integer 0 or a vector with all elements equal to 0.
157
/// For vectors, this includes constants with undefined elements.
158
-/// The reason for not naming this m_Zero() is because PatternMatch::m_Zero()
159
-/// also matches null constants.
+/// This is different from PatternMatch::m_Zero(), which also matches null
+/// constants.
160
inline int_pred_ty<is_zero_int> m_ZeroInt() {
161
return int_pred_ty<is_zero_int>();
162
}
0 commit comments