forked from OSchip/llvm-project
[InstCombine] remove stale FIXME comment; NFC
This commit is contained in:
parent
b393fc6850
commit
5b5a74f7d1
|
@ -1352,7 +1352,6 @@ define <2 x i32> @test63vec(<2 x i32> %A) {
|
||||||
ret <2 x i32> %D
|
ret <2 x i32> %D
|
||||||
}
|
}
|
||||||
|
|
||||||
; FIXME: Transform (neg (max ~X, C)) -> ((min X, ~C) + 1). Same for min.
|
|
||||||
define i32 @test64(i32 %x) {
|
define i32 @test64(i32 %x) {
|
||||||
; CHECK-LABEL: @test64(
|
; CHECK-LABEL: @test64(
|
||||||
; CHECK-NEXT: [[TMP1:%.*]] = icmp slt i32 [[X:%.*]], 255
|
; CHECK-NEXT: [[TMP1:%.*]] = icmp slt i32 [[X:%.*]], 255
|
||||||
|
|
Loading…
Reference in New Issue