1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 02:33:06 +01:00
llvm-svn: 162
This commit is contained in:
Chris Lattner 2001-07-08 21:18:41 +00:00
parent dccda26cd8
commit 2433cbac88

View File

@ -1,3 +1,4 @@
* Need to implement constant propogation of cast instructions!
* 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:
as < fib.ll | opt -inline -sccp -dce -sccp -dce |dis