From cb747c558ce0e36edbcd7655e24281845e61de43 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 17 Oct 2008 21:39:27 +0000 Subject: [PATCH] This is now partly done. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57734 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Target/README.txt b/lib/Target/README.txt index 93e8c54979d..9ff4b5b337a 100644 --- a/lib/Target/README.txt +++ b/lib/Target/README.txt @@ -799,7 +799,7 @@ unsigned long long f6(unsigned long long x, unsigned long long y, int z) { } } -On X86-64, we only handle f3/f4 right. On x86-32, several of these +On X86-64, we only handle f2/f3/f4 right. On x86-32, a few of these generate truly horrible code, instead of using shld and friends. On ARM, we end up with calls to L___lshrdi3/L___ashldi3 in f, which is badness. PPC64 misses f, f5 and f6. CellSPU aborts in isel.