diff options
author | Chris Lattner <sabre@nondot.org> | 2006-02-27 00:39:31 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-02-27 00:39:31 +0000 |
commit | 2d2536c9d7669c1ba809664dd164be50222183dd (patch) | |
tree | 727ecd6cbada304e3a9feb2a381e3ac16b4e862e /lib/CodeGen/SelectionDAG/DAGCombiner.cpp | |
parent | 81cd35586f5b675faf5391e1f597908bdda5338e (diff) |
remove some completed notes
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26390 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/DAGCombiner.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp index ad09869d27..b9c560d121 100644 --- a/lib/CodeGen/SelectionDAG/DAGCombiner.cpp +++ b/lib/CodeGen/SelectionDAG/DAGCombiner.cpp @@ -16,10 +16,6 @@ // some kind of hint from the target that int div is expensive. // various folds of mulh[s,u] by constants such as -1, powers of 2, etc. // -// FIXME: Should add a corresponding version of fold AND with -// ZERO_EXTEND/SIGN_EXTEND by converting them to an ANY_EXTEND node which -// we don't have yet. -// // FIXME: select C, pow2, pow2 -> something smart // FIXME: trunc(select X, Y, Z) -> select X, trunc(Y), trunc(Z) // FIXME: Dead stores -> nuke |