aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/CodeExtractor.cpp
diff options
context:
space:
mode:
authorJim Grosbach <grosbach@apple.com>2011-12-14 17:30:24 +0000
committerJim Grosbach <grosbach@apple.com>2011-12-14 17:30:24 +0000
commit8d11c6349f9bf276534907245946518042c1bb60 (patch)
tree5de5a5144cfce484dd6a44f79735dc52ea882535 /lib/Transforms/Utils/CodeExtractor.cpp
parent404ed3c2239ff394270053bdcb76a5a4908af7ce (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