forked from OSchip/llvm-project
[X86] Remove stale FIXME from test case. NFC
This was fixed in r346581. I just forgot to remove it. llvm-svn: 348069
This commit is contained in:
parent
5b8ff375c8
commit
2d6324c3cb
|
@ -612,7 +612,6 @@ define <16 x i8> @test_rem7_16i8(<16 x i8> %a) nounwind {
|
||||||
}
|
}
|
||||||
|
|
||||||
; This test is just to show what an scalarized v16i8 division looks like.
|
; This test is just to show what an scalarized v16i8 division looks like.
|
||||||
; FIXME: Fix the extract zero before inserting back into the vector.
|
|
||||||
define <16 x i8> @test_rem_variable_16i8(<16 x i8> %a, <16 x i8> %b) nounwind {
|
define <16 x i8> @test_rem_variable_16i8(<16 x i8> %a, <16 x i8> %b) nounwind {
|
||||||
; SSE2-LABEL: test_rem_variable_16i8:
|
; SSE2-LABEL: test_rem_variable_16i8:
|
||||||
; SSE2: # %bb.0:
|
; SSE2: # %bb.0:
|
||||||
|
|
Loading…
Reference in New Issue