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 | f7bb8c0caa550db44d60637c8ae6cc6dc4a13ad9 (patch) | |
tree | 218c206bb8fcf9a6854da3da64aad9a8fd2fa2bf /lib | |
parent | 43d64eae53cda02910a68bc211f95daaa1b81e18 (diff) |
Add future optimization opportunity
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15760 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/PowerPC/README.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index 64a67dff6c..ad62e25cb0 100644 --- a/lib/Target/PowerPC/README.txt +++ b/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 |