diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-02-02 23:50:22 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-02-02 23:50:22 +0000 |
| commit | 9b178ce2259ea289495ed56b28eca81f1de435ca (patch) | |
| tree | 106b9143c255ba6ec6bbdc1cd20ac81997c976b3 /llvm/lib | |
| parent | f3aef1b0048521aeac932ec372985991896f6601 (diff) | |
| download | bcm5719-llvm-9b178ce2259ea289495ed56b28eca81f1de435ca.tar.gz bcm5719-llvm-9b178ce2259ea289495ed56b28eca81f1de435ca.zip | |
update a note
llvm-svn: 25918
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/Target/PowerPC/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/README.txt b/llvm/lib/Target/PowerPC/README.txt index 468d974a278..7afcc7471af 100644 --- a/llvm/lib/Target/PowerPC/README.txt +++ b/llvm/lib/Target/PowerPC/README.txt @@ -86,6 +86,9 @@ It would be better to materialize .CPI_X into a register, then use immediates off of the register to avoid the lis's. This is even more important in PIC mode. +Note that this (and the static variable version) is discussed here for GCC: +http://gcc.gnu.org/ml/gcc-patches/2006-02/msg00133.html + ===-------------------------------------------------------------------------=== Implement Newton-Rhapson method for improving estimate instructions to the |

