Files
llvm-6502/include/llvm/CodeGen
Jakob Stoklund Olesen 3e20475fee Fix liveness calculation when splitting critical edges during PHI elimination.
- Edges are split before any phis are eliminated, so the code is SSA.

- Create a proper IR BasicBlock for the split edges.

- LiveVariables::addNewBlock now has same syntax as
  MachineDominatorTree::addNewBlock. Algorithm calculates predecessor live-out
  set rather than successor live-in set.

This feature still causes some miscompilations.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@86867 91177308-0d34-0410-b5e6-96231b3b80d8
2009-11-11 19:31:31 +00:00
..
2009-10-05 15:23:17 +00:00
2009-11-03 23:52:08 +00:00
2009-11-03 23:52:08 +00:00
2009-11-09 17:06:51 +00:00
2009-10-30 00:39:25 +00:00
2009-10-30 00:39:25 +00:00
2009-10-29 00:37:35 +00:00
2009-11-03 23:52:08 +00:00