Skip to content

Commit 4499f9c

Browse files
committed
merge fhahn's branch
1 parent 81a00f5 commit 4499f9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Scalar/LowerMatrixIntrinsics.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ class LowerMatrixIntrinsics {
489489
DenseMap<Value *, ShapeInfo> ShapeMap;
490490

491491
/// List of instructions to remove. While lowering, we are not replacing all
492-
/// users of a lowered instruction.and
492+
/// users of a lowered instruction, if shape information is available and
493493
/// those need to be removed after we finished lowering.
494494
SmallVector<Instruction *, 16> ToRemove;
495495

0 commit comments

Comments
 (0)