| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
Rename the DEBUG_TYPE to match the names of corresponding passes where
it makes sense. Also establish the pattern of simply referencing
DEBUG_TYPE instead of repeating the passname where possible.
llvm-svn: 303921
|
|
|
|
| |
llvm-svn: 297529
|
|
|
|
|
|
| |
'!A || (A && B)' is equivalent to '!A || B'
llvm-svn: 297527
|
|
|
|
| |
llvm-svn: 296866
|
|
|
|
| |
llvm-svn: 296783
|
|
This patch adds a MachineSSA pass that coalesces blocks that branch
on the same condition.
Committing on behalf of Lei Huang.
Differential Revision: https://reviews.llvm.org/D28249
llvm-svn: 296670
|