Skip to content

Commit 50ef867

Browse files
committed
[InstCombine] remove stale test comment; NFC
1 parent 07f93d8 commit 50ef867

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/test/Transforms/InstCombine/and-or-not.ll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -743,8 +743,6 @@ define <2 x i4> @simplify_and_common_op_commute3(<2 x i4> %x, <2 x i4> %y, <2 x
743743
ret <2 x i4> %r
744744
}
745745

746-
; TODO: This should simplify.
747-
748746
define i4 @simplify_and_common_op_use1(i4 %x, i4 %y, i4 %z) {
749747
; CHECK-LABEL: @simplify_and_common_op_use1(
750748
; CHECK-NEXT: call void @use(i4 [[Y:%.*]])

0 commit comments

Comments
 (0)