Skip to content

Commit c079482

Browse files
committed
fix name
1 parent 900393f commit c079482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Vector/IR/VectorOps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5221,7 +5221,7 @@ class GatherFolder final : public OpRewritePattern<GatherOp> {
52215221
};
52225222

52235223
/// Fold gathers with consecutive offsets [0, 1, 2, ...] into contiguous
5224-
/// maskedload. Only 1D non-scalable vectors are supported for now.
5224+
/// maskedload. Only 1D fixed vectors are supported for now.
52255225
class FoldContiguousGather final : public OpRewritePattern<GatherOp> {
52265226
public:
52275227
using OpRewritePattern::OpRewritePattern;

0 commit comments

Comments
 (0)