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 81a00f5 commit 4499f9cCopy full SHA for 4499f9c
llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp
@@ -489,7 +489,7 @@ class LowerMatrixIntrinsics {
489
DenseMap<Value *, ShapeInfo> ShapeMap;
490
491
/// List of instructions to remove. While lowering, we are not replacing all
492
- /// users of a lowered instruction.and
+ /// users of a lowered instruction, if shape information is available and
493
/// those need to be removed after we finished lowering.
494
SmallVector<Instruction *, 16> ToRemove;
495
0 commit comments