Skip to content

Commit b583ead

Browse files
committed
Feedback
1 parent 3bc4083 commit b583ead

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2559,7 +2559,6 @@ def Vector_MaskOp : Vector_Op<"mask", [
25592559
Location loc);
25602560
}];
25612561

2562-
let hasCanonicalizer = 0;
25632562
let hasFolder = 1;
25642563
let hasCustomAssemblyFormat = 1;
25652564
let hasVerifier = 1;

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6657,8 +6657,6 @@ LogicalResult MaskOp::verify() {
66576657
///
66586658
/// %0 = user_op %a : vector<8xf32>
66596659
///
6660-
/// `vector.mask` with a passthru is handled by the canonicalizer.
6661-
///
66626660
static LogicalResult foldEmptyMaskOp(MaskOp maskOp, MaskOp::FoldAdaptor adaptor,
66636661
SmallVectorImpl<OpFoldResult> &results) {
66646662
if (!maskOp.isEmpty() || maskOp.hasPassthru())

0 commit comments

Comments
 (0)