summaryrefslogtreecommitdiff
path: root/lib/Target/PowerPC/README.txt
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-07-10 20:56:58 +0000
committerChris Lattner <sabre@nondot.org>2006-07-10 20:56:58 +0000
commitd9989384592a3bd9dd374470a723ca8303071a2d (patch)
tree8fe4a359dda9fbd06cf5abce467d158a26c2890d /lib/Target/PowerPC/README.txt
parent5895a13755cd61c1aead93d68402389dfa8f7b8a (diff)
downloadllvm-d9989384592a3bd9dd374470a723ca8303071a2d.tar.gz
llvm-d9989384592a3bd9dd374470a723ca8303071a2d.tar.bz2
llvm-d9989384592a3bd9dd374470a723ca8303071a2d.tar.xz
Implement Regression/CodeGen/PowerPC/bswap-load-store.ll by folding bswaps
into i16/i32 load/stores. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29089 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/PowerPC/README.txt')
-rw-r--r--lib/Target/PowerPC/README.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt
index f95f94d444..ffe979c603 100644
--- a/lib/Target/PowerPC/README.txt
+++ b/lib/Target/PowerPC/README.txt
@@ -3,7 +3,6 @@
TODO:
* gpr0 allocation
* implement do-loop -> bdnz transform
-* implement powerpc-64 for darwin
===-------------------------------------------------------------------------===
@@ -238,10 +237,6 @@ just fastcc.
===-------------------------------------------------------------------------===
-Generate lwbrx and other byteswapping load/store instructions when reasonable.
-
-===-------------------------------------------------------------------------===
-
Compile this:
int foo(int a) {