[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp

Chris Lattner lattner at cs.uiuc.edu
Sun Feb 26 16:39:43 PST 2006



Changes in directory llvm/lib/CodeGen/SelectionDAG:

DAGCombiner.cpp updated: 1.109 -> 1.110
---
Log message:

remove some completed notes


---
Diffs of the changes:  (+0 -4)

 DAGCombiner.cpp |    4 ----
 1 files changed, 4 deletions(-)


Index: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
diff -u llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1.109 llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1.110
--- llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp:1.109	Mon Feb 20 00:51:04 2006
+++ llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp	Sun Feb 26 18:39:31 2006
@@ -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






More information about the llvm-commits mailing list