[llvm] 50ef867 - [InstCombine] remove stale test comment; NFC
Sanjay Patel via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 15 08:43:44 PST 2023
Author: Sanjay Patel
Date: 2023-02-15T11:43:35-05:00
New Revision: 50ef8673a378d04fd109e2021a1539486ae732bf
URL: https://github.com/llvm/llvm-project/commit/50ef8673a378d04fd109e2021a1539486ae732bf
DIFF: https://github.com/llvm/llvm-project/commit/50ef8673a378d04fd109e2021a1539486ae732bf.diff
LOG: [InstCombine] remove stale test comment; NFC
Added:
Modified:
llvm/test/Transforms/InstCombine/and-or-not.ll
Removed:
################################################################################
diff --git a/llvm/test/Transforms/InstCombine/and-or-not.ll b/llvm/test/Transforms/InstCombine/and-or-not.ll
index 362298157e032..32a12199020f0 100644
--- a/llvm/test/Transforms/InstCombine/and-or-not.ll
+++ b/llvm/test/Transforms/InstCombine/and-or-not.ll
@@ -743,8 +743,6 @@ define <2 x i4> @simplify_and_common_op_commute3(<2 x i4> %x, <2 x i4> %y, <2 x
ret <2 x i4> %r
}
-; TODO: This should simplify.
-
define i4 @simplify_and_common_op_use1(i4 %x, i4 %y, i4 %z) {
; CHECK-LABEL: @simplify_and_common_op_use1(
; CHECK-NEXT: call void @use(i4 [[Y:%.*]])
More information about the llvm-commits
mailing list