summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BranchCoalescing.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix Wdocumentation warningSimon Pilgrim2017-03-031-3/+3
| | | | llvm-svn: 296866
* Fix some Wdocumentation warningsSimon Pilgrim2017-03-021-2/+2
| | | | llvm-svn: 296783
* Improve scheduling with branch coalescingNemanja Ivanovic2017-03-011-0/+758
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
OpenPOWER on IntegriCloud