Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Simplify blockaddress usage before giving up in ↵ | Xin Tong | 2018-06-18 | 1 | -28/+0 |
| | | | | | | | | | | | MergeBlockIntoPredecessor" This reverts commit f976cf4cca0794267f28b54e468007fd476d37d9. I am reverting this because it causes break in a few bots and its going to take me sometime to look at this. llvm-svn: 334993 | ||||
* | Simplify blockaddress usage before giving up in MergeBlockIntoPredecessor | Xin Tong | 2018-06-18 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | | | Summary: Simplify blockaddress usage before giving up in MergeBlockIntoPredecessor This is a missing small optimization in MergeBlockIntoPredecessor. This helps with one simplifycfg test which expects this case to be handled. Reviewers: davide, spatel, brzycki, asbirlea Subscribers: llvm-commits Differential Revision: https://reviews.llvm.org/D48284 llvm-svn: 334992 | ||||
* | Utils: Fix DomTree update for entry block | Matt Arsenault | 2018-01-31 | 1 | -0/+52 |
If SplitBlockPredecessors was used on a function entry block, it wouldn't update the dominator tree. llvm-svn: 323928 |