aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm/lib/Target/X86/README-UNIMPLEMENTED.txt
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2010-10-11 17:22:16 +0000
committerDimitry Andric <dim@FreeBSD.org>2010-10-11 17:22:16 +0000
commit361680a51927577ccb20b14704dbaac762181843 (patch)
treede75a464c5dac7eceb2dbbad8b4d4e1479d79e08 /contrib/llvm/lib/Target/X86/README-UNIMPLEMENTED.txt
parent72578a23bf85ae6f14444ee38e72f9b16899bb52 (diff)
Remove more unneeded files and directories from contrib/llvm. This
still allows us to build tblgen and clang, and further reduces the footprint in the tree. Approved by: rpaulo (mentor)
Notes
Notes: svn path=/head/; revision=213695
Diffstat (limited to 'contrib/llvm/lib/Target/X86/README-UNIMPLEMENTED.txt')
-rw-r--r--contrib/llvm/lib/Target/X86/README-UNIMPLEMENTED.txt14
1 files changed, 0 insertions, 14 deletions
diff --git a/contrib/llvm/lib/Target/X86/README-UNIMPLEMENTED.txt b/contrib/llvm/lib/Target/X86/README-UNIMPLEMENTED.txt
deleted file mode 100644
index c26c75ab951c..000000000000
--- a/contrib/llvm/lib/Target/X86/README-UNIMPLEMENTED.txt
+++ /dev/null
@@ -1,14 +0,0 @@
-//===---------------------------------------------------------------------===//
-// Testcases that crash the X86 backend because they aren't implemented
-//===---------------------------------------------------------------------===//
-
-These are cases we know the X86 backend doesn't handle. Patches are welcome
-and appreciated, because no one has signed up to implemented these yet.
-Implementing these would allow elimination of the corresponding intrinsics,
-which would be great.
-
-1) vector shifts
-2) vector comparisons
-3) vector fp<->int conversions: PR2683, PR2684, PR2685, PR2686, PR2688
-4) bitcasts from vectors to scalars: PR2804
-5) llvm.atomic.cmp.swap.i128.p0i128: PR3462