llvm-6502/lib
Owen Anderson d5f8684b16 It is possible for SimplifyCFG to cause PHI nodes to become redundant too late in the optimization
pipeline to be caught by instcombine, and it's not feasible to catch them in SimplifyCFG because the
use-lists are in an inconsistent state at the point where it could know that it need to simplify them.
Instead, have CodeGenPrepare look for trivially redundant PHIs as part of its general cleanup effort.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122516 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-23 20:57:35 +00:00
..
Analysis Change all self assignments X=X to (void)X, so that we can turn on a 2010-12-23 00:58:24 +00:00
Archive
AsmParser Add missing standard headers. Patch by Joerg Sonnenberger! 2010-12-19 20:43:38 +00:00
Bitcode Add missing standard headers. Patch by Joerg Sonnenberger! 2010-12-19 20:43:38 +00:00
CodeGen flags -> glue for selectiondag 2010-12-23 17:24:32 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Add r122359 back now that the bug in MCDwarfLineAddrFragment fragment has been 2010-12-22 22:16:24 +00:00
Object
Support Change all self assignments X=X to (void)X, so that we can turn on a 2010-12-23 00:58:24 +00:00
Target Flag -> Glue, the ongoing saga 2010-12-23 18:28:41 +00:00
Transforms It is possible for SimplifyCFG to cause PHI nodes to become redundant too late in the optimization 2010-12-23 20:57:35 +00:00
VMCore Change all self assignments X=X to (void)X, so that we can turn on a 2010-12-23 00:58:24 +00:00
Makefile