summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@intel.com>2018-12-01 07:45:36 +0000
committerCraig Topper <craig.topper@intel.com>2018-12-01 07:45:36 +0000
commit2d6324c3cb97ff8e00b0d6d337fea619cb6d532b (patch)
tree340362023e1d0e28ca1780ffb117c1c414a0e5f9
parent5b8ff375c84a57e63a50ed223b1f8896da149a65 (diff)
downloadbcm5719-llvm-2d6324c3cb97ff8e00b0d6d337fea619cb6d532b.tar.gz
bcm5719-llvm-2d6324c3cb97ff8e00b0d6d337fea619cb6d532b.zip
[X86] Remove stale FIXME from test case. NFC
This was fixed in r346581. I just forgot to remove it. llvm-svn: 348069
-rw-r--r--llvm/test/CodeGen/X86/vector-idiv-sdiv-128.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vector-idiv-sdiv-128.ll b/llvm/test/CodeGen/X86/vector-idiv-sdiv-128.ll
index e4e9e9cd880..830bf96a84f 100644
--- a/llvm/test/CodeGen/X86/vector-idiv-sdiv-128.ll
+++ b/llvm/test/CodeGen/X86/vector-idiv-sdiv-128.ll
@@ -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.
-; 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 {
; SSE2-LABEL: test_rem_variable_16i8:
; SSE2: # %bb.0:
OpenPOWER on IntegriCloud