diff options
author | Jim Grosbach <grosbach@apple.com> | 2011-12-14 17:30:24 +0000 |
---|---|---|
committer | Jim Grosbach <grosbach@apple.com> | 2011-12-14 17:30:24 +0000 |
commit | 8d11c6349f9bf276534907245946518042c1bb60 (patch) | |
tree | 5de5a5144cfce484dd6a44f79735dc52ea882535 /lib/Transforms/Utils/CodeExtractor.cpp | |
parent | 404ed3c2239ff394270053bdcb76a5a4908af7ce (diff) |
ARM/Thumb2 'cmp rn, #imm' alias to cmn.
When 'cmp rn #imm' doesn't match due to the immediate not being representable,
but 'cmn rn, #-imm' does match, use the latter in place of the former, as
it's equivalent.
rdar://10552389
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@146567 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Utils/CodeExtractor.cpp')
0 files changed, 0 insertions, 0 deletions