summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2013-10-25 06:26:44 +0000
committerStephen Hines <srhines@google.com>2013-10-25 06:26:44 +0000
commit7633afc960124604d1fec818b9f89aecfef06d95 (patch)
tree6ef931db995e84fc59b391b44b1a10530e7dccf0 /llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp
parenta2d566fa98c9d6b118da9d9dd4e116178d43d202 (diff)
downloadbcm5719-llvm-7633afc960124604d1fec818b9f89aecfef06d95.tar.gz
bcm5719-llvm-7633afc960124604d1fec818b9f89aecfef06d95.zip
Switch __ARM_ARCH_7S__ to __ARM_ARCH_EXT_IDIV__ for use of sdiv/udiv assembly.
__ARM_ARCH_EXT_IDIV__ is the define that ARM is using to indicate the presence of hardware integer divide (sdiv/udiv). Previously, this code was only being invoked for processors marked 7S. We now can correctly generate hardware divides on cortex-a15 devices. llvm-svn: 193392
Diffstat (limited to 'llvm/lib/CodeGen/MachineBranchProbabilityInfo.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud