summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--llvm/lib/Target/X86/README-SSE.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/llvm/lib/Target/X86/README-SSE.txt b/llvm/lib/Target/X86/README-SSE.txt
index 73cf2769244..190ca861967 100644
--- a/llvm/lib/Target/X86/README-SSE.txt
+++ b/llvm/lib/Target/X86/README-SSE.txt
@@ -839,12 +839,3 @@ similarly, v[0]-v[1] should match to hsubpd, and {v[0]-v[1], w[0]-w[1]} should
turn into hsubpd also.
//===---------------------------------------------------------------------===//
-
-define <2 x i32> @foo(<2 x double> %in) {
- %x = fptosi <2 x double> %in to <2 x i32>
- ret <2 x i32> %x
-}
-
-Should compile into cvttpd2dq instead of being scalarized into 2 cvttsd2si.
-
-//===---------------------------------------------------------------------===//
OpenPOWER on IntegriCloud