From: Chenbing Zheng Date: Wed, 1 Jun 2022 01:29:05 +0000 (+0800) Subject: [InstCombine] [NFC] remove useless TODO X-Git-Tag: upstream/15.0.7~6260 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e183665874108821640afa0a9c8f50604ac9abd4;p=platform%2Fupstream%2Fllvm.git [InstCombine] [NFC] remove useless TODO --- diff --git a/llvm/test/Transforms/InstCombine/icmp-fsh.ll b/llvm/test/Transforms/InstCombine/icmp-fsh.ll index 6fea75b..8fad3f9 100644 --- a/llvm/test/Transforms/InstCombine/icmp-fsh.ll +++ b/llvm/test/Transforms/InstCombine/icmp-fsh.ll @@ -53,8 +53,6 @@ define <2 x i1> @rotl_ne_n1(<2 x i5> %x, <2 x i5> %y) { ret <2 x i1> %r } -; TODO: We filter out vector constants with undef elts, but that isn't needed for this transform. - define <2 x i1> @rotl_ne_n1_undef(<2 x i5> %x, <2 x i5> %y) { ; CHECK-LABEL: @rotl_ne_n1_undef( ; CHECK-NEXT: [[R:%.*]] = icmp ne <2 x i5> [[X:%.*]],