[InstCombine] remove stale FIXME comment; NFC
authorSanjay Patel <spatel@rotateright.com>
Thu, 9 Apr 2020 14:33:27 +0000 (10:33 -0400)
committerSanjay Patel <spatel@rotateright.com>
Thu, 9 Apr 2020 14:33:49 +0000 (10:33 -0400)
llvm/test/Transforms/InstCombine/sub.ll

index dc1426c..6bda5b0 100644 (file)
@@ -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