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 cabb02e commit 428ce16Copy full SHA for 428ce16
llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
@@ -353,8 +353,7 @@ m_ZExtOrSExt(const Op0_t &Op0) {
353
}
354
355
template <typename Op0_t>
356
-inline match_combine_or<AllRecipe_match<Instruction::ZExt, Op0_t>,
357
- Op0_t>
+inline match_combine_or<AllRecipe_match<Instruction::ZExt, Op0_t>, Op0_t>
358
m_ZExtOrSelf(const Op0_t &Op0) {
359
return m_CombineOr(m_ZExt(Op0), Op0);
360
0 commit comments