| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
as many tests as possible.
llvm-svn: 106749
|
|
|
|
|
|
| |
current form, it is too expensive in compile time.
llvm-svn: 90781
|
|
|
|
|
|
|
|
|
| |
copy coalescing.
This means that well connected blocks are copy coalesced before the less connected blocks. Connected blocks are more difficult to
coalesce because intervals are more complicated, so handling them first gives a greater chance of success.
llvm-svn: 90194
|
|
|
|
| |
llvm-svn: 84431
|
|
blocks and update CFG, it should also inform sdisel of the changes so the phi source operands will come from the right basic blocks.
llvm-svn: 82311
|