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 2a258a5 commit adef7d6Copy full SHA for adef7d6
llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h
@@ -454,6 +454,12 @@ m_LastActiveLane(const Op0_t &Op0) {
454
return m_VPInstruction<VPInstruction::LastActiveLane>(Op0);
455
}
456
457
+template <typename Op0_t>
458
+inline VPInstruction_match<VPInstruction::Reverse, Op0_t>
459
+m_Reverse(const Op0_t &Op0) {
460
+ return m_VPInstruction<VPInstruction::Reverse>(Op0);
461
+}
462
+
463
inline VPInstruction_match<VPInstruction::StepVector> m_StepVector() {
464
return m_VPInstruction<VPInstruction::StepVector>();
465
0 commit comments