Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tail duplication can mix incompatible registers in phi nodes | Krzysztof Parzyszek | 2015-10-21 | 1 | -0/+28 |
Do not tail duplicate blocks where the successor has a phi node, and the corresponding value in that phi node uses a subregister. http://reviews.llvm.org/D13922 llvm-svn: 250877 |