We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4c826 commit 4c3646fCopy full SHA for 4c3646f
mlir/lib/Dialect/Vector/IR/VectorOps.cpp
@@ -1989,8 +1989,8 @@ static Value foldScalarExtractFromFromElements(ExtractOp extractOp) {
1989
return fromElementsOp.getElements()[flatIndex];
1990
}
1991
1992
-// If the dynamic indices of `extractOp` or `insertOp` are result of
1993
-// `constantOp`, then fold it.
+/// If the dynamic indices of `extractOp` or `insertOp` are in fact constants,
+/// then fold it.
1994
template <typename OpType, typename AdaptorType>
1995
static Value extractInsertFoldConstantOp(OpType op, AdaptorType adaptor,
1996
SmallVectorImpl<Value> &operands) {
0 commit comments