Added note, moved note

llvm-svn: 98
This commit is contained in:
Chris Lattner 2001-06-29 05:21:05 +00:00
parent 44601ba46a
commit 9b07b7168b

View File

@ -1,9 +1,10 @@
* Fix DCE to work better, so that SCCP can show it's true value.
* Implement ADCE
* Fix the const pool printer to print out constants in some sort of "sorted"
order. Then enable TestOptimizer.sh to diff -sccp output. Currently it
doesn't work because the diff fails because of ordering of the constant
pool. :(
* Enable DoConstantPoolMerging to do trivial DCE of constant values.
* Fix DCE to work better, so that SCCP can show it's true value.
* Should provide "castTerminator, castPHI, etc" functions in Instruction, and
similar functions in other classes, that effectively do dynamic casts. This
would allow code like this: