[InstCombine] remove stale FIXME comment; NFC

This commit is contained in:
Sanjay Patel 2020-04-09 10:33:27 -04:00
parent b393fc6850
commit 5b5a74f7d1
1 changed files with 0 additions and 1 deletions

View 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