diff options
author | Nate Begeman <natebegeman@mac.com> | 2004-08-15 06:43:10 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2004-08-15 06:43:10 +0000 |
commit | 78862c3717cb7667e4625bf0d6152fbd5743ac70 (patch) | |
tree | e596492fef8f8dd3bedb97bcfdfe0d00e4836ebd /llvm/lib/Target | |
parent | 373744c6dc7e25dd7740242657bd5b3ff4e2df1a (diff) | |
download | bcm5719-llvm-78862c3717cb7667e4625bf0d6152fbd5743ac70.tar.gz bcm5719-llvm-78862c3717cb7667e4625bf0d6152fbd5743ac70.zip |
Add future optimization opportunity
llvm-svn: 15760
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r-- | llvm/lib/Target/PowerPC/README.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/Target/PowerPC/README.txt b/llvm/lib/Target/PowerPC/README.txt index 64a67dff6c8..ad62e25cb01 100644 --- a/llvm/lib/Target/PowerPC/README.txt +++ b/llvm/lib/Target/PowerPC/README.txt @@ -1,4 +1,5 @@ TODO: +* use stfiwx in float->int * implement cast fp to bool * implement algebraic shift right long by reg * implement scheduling info |