| commit | cf6a8bfe51de71b8c0b6c25fd6622e10f0103faf | [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 | 1375ce77a6b89030bc7cc7c9247a0432aeb15a1d | |
| parent | 015f4fc854082f47925e259413609c58ec9d4629 [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. llvm-svn: 254532