mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 10:42:39 +01:00
Add note about nuking Instruction::neg
llvm-svn: 146
This commit is contained in:
parent
9b17172cdb
commit
fb41789296
@ -1,3 +1,4 @@
|
||||
* 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
|
||||
|
Loading…
Reference in New Issue
Block a user