[llvm] 5b5a74f - [InstCombine] remove stale FIXME comment; NFC

Sanjay Patel via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 07:34:04 PDT 2020


Author: Sanjay Patel
Date: 2020-04-09T10:33:49-04:00
New Revision: 5b5a74f7d1626466885879a746d9cafdd088196b

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

LOG: [InstCombine] remove stale FIXME comment; NFC

Added: 
    

Modified: 
    llvm/test/Transforms/InstCombine/sub.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/Transforms/InstCombine/sub.ll b/llvm/test/Transforms/InstCombine/sub.ll
index dc1426c21e5f..6bda5b0a3019 100644
--- a/llvm/test/Transforms/InstCombine/sub.ll
+++ b/llvm/test/Transforms/InstCombine/sub.ll
@@ -1352,7 +1352,6 @@ define <2 x i32> @test63vec(<2 x i32> %A) {
   ret <2 x i32> %D
 }
 
-; FIXME: Transform (neg (max ~X, C)) -> ((min X, ~C) + 1). Same for min.
 define i32 @test64(i32 %x) {
 ; CHECK-LABEL: @test64(
 ; CHECK-NEXT:    [[TMP1:%.*]] = icmp slt i32 [[X:%.*]], 255


        


More information about the llvm-commits mailing list