[llvm-commits] [llvm] r57734 - /llvm/trunk/lib/Target/README.txt
Dan Gohman
gohman at apple.com
Fri Oct 17 14:39:27 PDT 2008
Author: djg
Date: Fri Oct 17 16:39:27 2008
New Revision: 57734
URL: http://llvm.org/viewvc/llvm-project?rev=57734&view=rev
Log:
This is now partly done.
Modified:
llvm/trunk/lib/Target/README.txt
Modified: llvm/trunk/lib/Target/README.txt
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/README.txt?rev=57734&r1=57733&r2=57734&view=diff
==============================================================================
--- llvm/trunk/lib/Target/README.txt (original)
+++ llvm/trunk/lib/Target/README.txt Fri Oct 17 16:39:27 2008
@@ -799,7 +799,7 @@
}
}
-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.
More information about the llvm-commits
mailing list