diff options
| author | Chris Lattner <sabre@nondot.org> | 2005-08-05 19:18:32 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2005-08-05 19:18:32 +0000 |
| commit | 11fc319b5d717fcf445ff43fc04908ac07ae9289 (patch) | |
| tree | daec7f2a20d9a9cb0ed99993ee4b10ab13e300f2 /llvm/lib | |
| parent | 96ad31321a365f340eed08e6071e8c7b038a413c (diff) | |
| download | bcm5719-llvm-11fc319b5d717fcf445ff43fc04908ac07ae9289.tar.gz bcm5719-llvm-11fc319b5d717fcf445ff43fc04908ac07ae9289.zip | |
add a note
llvm-svn: 22681
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 8c11c19c1a8..be6a5711e81 100644 --- a/llvm/lib/Target/PowerPC/README.txt +++ b/llvm/lib/Target/PowerPC/README.txt @@ -8,6 +8,9 @@ TODO: la r2, lo16(l2__ZTV4Cell)(r2) addi r2, r2, 8 +* Support 'update' load/store instructions. These are cracked on the G5, but + are still a codesize win. + * should hint to the branch select pass that it doesn't need to print the second unconditional branch, so we don't end up with things like: b .LBBl42__2E_expand_function_8_674 ; loopentry.24 |

