mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:29:58 +00:00
Add note
llvm-svn: 116
This commit is contained in:
parent
b8dcf545b8
commit
33950625dd
@ -1,3 +1,6 @@
|
||||
* Fix DCE to elminate br <c>, %L1, %L1 so that it can optimize the main of
|
||||
fib.ll better. Currently I have to do this to get best results:
|
||||
opt -sccp -dce -sccp -dce < f2.bc
|
||||
* 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"
|
||||
|
Loading…
Reference in New Issue
Block a user