commit | 325a79d6e98b9192276abe7421ba491fae199446 | [log] [tgz] |
---|---|---|
author | Kyle Butt <kyle+llvm@iteratee.net> | Wed Dec 02 18:58:51 2015 +0000 |
committer | Kyle Butt <kyle+llvm@iteratee.net> | Wed Dec 02 18:58:51 2015 +0000 |
tree | ecc8d361eef454e03b533b8afd8699d95b2edc21 | |
parent | b8f6117b7f770fb8c91507d25e448b288609f84e [diff] |
[CodeGen]: Fix bad interaction with AntiDep breaking and inline asm. AggressiveAntiDepBreaker was renaming registers specified by the user for inline assembly. While this will work for compiler-specified registers, it won't work for user-specified registers, and at the time this runs, I don't currently see a way to distinguish them. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254532 91177308-0d34-0410-b5e6-96231b3b80d8