Skip to content

Commit 4b492c6

Browse files
committed
turn FIXME into TODO
1 parent cc28e73 commit 4b492c6

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

lib/Dialect/Polynomial/IR/PolynomialOps.cpp

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -302,14 +302,7 @@ LogicalResult EvalOp::verify() {
302302
}
303303

304304
LogicalResult KeySwitchInnerOp::verify() {
305-
// FIXME: have it check that the key type's RNS chain extends the value ring's
306-
// RNS chain.
307-
// auto keyPolyType = getKeySwitchingKey().getType().getElementType();
308-
// if (keyPolyType != getValue().getType()) {
309-
// return emitOpError() << "keySwitchingKey element type " << keyPolyType
310-
// << " does not match input type "
311-
// << getValue().getType();
312-
// }
305+
// TODO(#2157): check the ksk's RNS chain extends the value's RNS chain.
313306
return success();
314307
}
315308

0 commit comments

Comments
 (0)