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 | 39b248b79e7842dce6c71e50c557ebaf325d55e1 (patch) | |
tree | 4f197a048253405846568cfa2febccf210753581 | |
parent | cd81639d2e3705ee13b1869d6c166b5f5b4c29c4 (diff) |
update a note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25918 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/PowerPC/README.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index 468d974a27..7afcc7471a 100644 --- a/lib/Target/PowerPC/README.txt +++ b/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 |