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 b7c270e commit 4d42f8aCopy full SHA for 4d42f8a
llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
@@ -155,8 +155,6 @@ 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
-/// This is different from PatternMatch::m_Zero(), which also matches null
159
-/// constants.
160
inline int_pred_ty<is_zero_int> m_ZeroInt() {
161
return int_pred_ty<is_zero_int>();
162
}
0 commit comments