diff options
author | Nate Begeman <natebegeman@mac.com> | 2004-08-20 18:46:54 +0000 |
---|---|---|
committer | Nate Begeman <natebegeman@mac.com> | 2004-08-20 18:46:54 +0000 |
commit | b65eadb7f50c3e4c67efea4901e96b334d69700e (patch) | |
tree | 93f3b1b322f96bb93f9d076bdde4b778d8781886 /lib | |
parent | f9088885539eb6daab8a5c95e29d609ce4fefaf0 (diff) | |
download | external_llvm-b65eadb7f50c3e4c67efea4901e96b334d69700e.zip external_llvm-b65eadb7f50c3e4c67efea4901e96b334d69700e.tar.gz external_llvm-b65eadb7f50c3e4c67efea4901e96b334d69700e.tar.bz2 |
remove some things from the todo list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15956 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/PowerPC/README.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index 12510dc..ab383df 100644 --- a/lib/Target/PowerPC/README.txt +++ b/lib/Target/PowerPC/README.txt @@ -22,7 +22,6 @@ TODO: shift right ulong a, 1 (we could use emitShift) call floatdidf fadd f1, f1, f1 (fp left shift by 1) -* setCondInst needs to know branchless versions of seteq/setne/etc * cast elimination pass (uint -> sbyte -> short, kill the byte -> short) * 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: @@ -34,11 +33,6 @@ Currently failing tests that should pass: * SingleSource `- Regression | `- casts (ulong to fp failure) - `- Benchmarks - | `- Shootout-C++ : most programs fail, miscompilations * MultiSource |- Applications | `- hbd: miscompilation - | `- d (make_dparser): miscompilation - `- Benchmarks - `- MallocBench/gs: miscompilation |