1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 10:42:39 +01:00

Neg instruction removed. TODO item fulfilled.

llvm-svn: 155
This commit is contained in:
Chris Lattner 2001-07-08 04:56:59 +00:00
parent f4e2bb21f7
commit d0c1fcdf8b

View File

@ -1,4 +1,3 @@
* Remove Neg instruction. It is equilivent to sub 0, <v>
* 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