From d9989384592a3bd9dd374470a723ca8303071a2d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 10 Jul 2006 20:56:58 +0000 Subject: 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 --- lib/Target/PowerPC/README.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/Target/PowerPC/README.txt') 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) { -- cgit v1.2.3