aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/README.txt
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-17 21:39:27 +0000
committerDan Gohman <gohman@apple.com>2008-10-17 21:39:27 +0000
commit2896a4ef4cacf38364b12ba4ee5fa194f002713a (patch)
treecece7aaa1476f7705f7e5edbb5496627f92cd624 /lib/Target/README.txt
parentaf8e292daa14d002230631699b671f422e5c0a42 (diff)
downloadexternal_llvm-2896a4ef4cacf38364b12ba4ee5fa194f002713a.zip
external_llvm-2896a4ef4cacf38364b12ba4ee5fa194f002713a.tar.gz
external_llvm-2896a4ef4cacf38364b12ba4ee5fa194f002713a.tar.bz2
This is now partly done.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57734 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/README.txt')
-rw-r--r--lib/Target/README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/README.txt b/lib/Target/README.txt
index 93e8c54..9ff4b5b 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.