Skip to content

Commit de7bac6

Browse files
authored
[VPlan/PatternMatch] Strip outdated hdr comment (NFC) (#154794)
1 parent 344793e commit de7bac6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

llvm/lib/Transforms/Vectorize/VPlanPatternMatch.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@
1010
// tree-based pattern matches on the VPlan values and recipes, based on
1111
// LLVM's IR pattern matchers.
1212
//
13-
// Currently it provides generic matchers for unary and binary VPInstructions,
14-
// and specialized matchers like m_Not, m_ActiveLaneMask, m_BranchOnCond,
15-
// m_BranchOnCount to match specific VPInstructions.
16-
// TODO: Add missing matchers for additional opcodes and recipes as needed.
17-
//
1813
//===----------------------------------------------------------------------===//
1914

2015
#ifndef LLVM_TRANSFORM_VECTORIZE_VPLANPATTERNMATCH_H

0 commit comments

Comments
 (0)