[llvm] e183665 - [InstCombine] [NFC] remove useless TODO

Chenbing Zheng via llvm-commits llvm-commits at lists.llvm.org
Tue May 31 18:31:07 PDT 2022


Author: Chenbing Zheng
Date: 2022-06-01T09:29:05+08:00
New Revision: e183665874108821640afa0a9c8f50604ac9abd4

URL: https://github.com/llvm/llvm-project/commit/e183665874108821640afa0a9c8f50604ac9abd4
DIFF: https://github.com/llvm/llvm-project/commit/e183665874108821640afa0a9c8f50604ac9abd4.diff

LOG: [InstCombine] [NFC] remove useless TODO

Added: 
    

Modified: 
    llvm/test/Transforms/InstCombine/icmp-fsh.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/InstCombine/icmp-fsh.ll b/llvm/test/Transforms/InstCombine/icmp-fsh.ll
index 6fea75b143d7..8fad3f94df13 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:%.*]], <i5 -1, i5 undef>


        


More information about the llvm-commits mailing list