Skip to content

Commit

Permalink
[mlir][vector][NFC] Clean up vector gather lowering comments
Browse files Browse the repository at this point in the history
These got relocated recently.

Reviewed By: antiagainst

Differential Revision: https://reviews.llvm.org/D147257
  • Loading branch information
kuhar committed Mar 30, 2023
1 parent f03f811 commit 72c662a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ void populateVectorScanLoweringPatterns(RewritePatternSet &patterns,
///
/// [FlattenGather]
/// Flattens 2 or more dimensional `vector.gather` ops by unrolling the
/// outermost dimension. For example:
/// outermost dimension.
///
/// [Gather1DToConditionalLoads]
/// Turns 1-d `vector.gather` into a scalarized sequence of `vector.loads` or
Expand Down
4 changes: 2 additions & 2 deletions mlir/lib/Dialect/Vector/Transforms/LowerVectorGather.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//===- LowerVectorScam.cpp - Lower 'vector.scan' operation ----------------===//
//===- LowerVectorGather.cpp - Lower 'vector.gather' operation ------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
Expand All @@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
//
// This file implements target-independent rewrites and utilities to lower the
// 'vector.scan' operation.
// 'vector.gather' operation.
//
//===----------------------------------------------------------------------===//

Expand Down

0 comments on commit 72c662a

Please sign in to comment.