Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TBAA: remove !tbaa from testing cases if not used. | Manman Ren | 2013-04-29 | 1 | -6/+3 |
| | | | | | | | | This will make it easier to turn on struct-path aware TBAA since the metadata format will change. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@180745 91177308-0d34-0410-b5e6-96231b3b80d8 | ||||
* | Clear kill flags before propagating a copy. | Jakob Stoklund Olesen | 2012-01-26 | 1 | -0/+121 |
The live range of the source register may be extended when a redundant copy is eliminated. Make sure any kill flags between the two copies are cleared. This fixes PR11765. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149069 91177308-0d34-0410-b5e6-96231b3b80d8 |