summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/tail-merge-identical.ll
Commit message (Collapse)AuthorAgeFilesLines
* CodeGen: BranchFolding: Merge identical blocks, even if they are short.Kyle Butt2017-04-101-0/+41
Merging identical blocks when it doesn't reduce fallthrough. It is common for the blocks created from critical edge splitting to be identical. We would like to merge these blocks whenever doing so would not reduce fallthrough. llvm-svn: 299890
OpenPOWER on IntegriCloud