summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
diff options
context:
space:
mode:
authorGuozhi Wei <carrot@google.com>2019-08-08 20:25:23 +0000
committerGuozhi Wei <carrot@google.com>2019-08-08 20:25:23 +0000
commit80347c3acc08a653cb4dd64411d86c35ac73011e (patch)
treef44c9a35f5409f87d6e74ed03f5ffca7ff1bf9f5 /lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp
parent8b49e0fd39f946d0d2e6e3979a893b89dec1d9e0 (diff)
downloadbcm5719-llvm-80347c3acc08a653cb4dd64411d86c35ac73011e.tar.gz
bcm5719-llvm-80347c3acc08a653cb4dd64411d86c35ac73011e.zip
[MBP] Disable aggressive loop rotate in plain mode
Patch https://reviews.llvm.org/D43256 introduced more aggressive loop layout optimization which depends on profile information. If profile information is not available, the statically estimated profile information(generated by BranchProbabilityInfo.cpp) is used. If user program doesn't behave as BranchProbabilityInfo.cpp expected, the layout may be worse. To be conservative this patch restores the original layout algorithm in plain mode. But user can still try the aggressive layout optimization with -force-precise-rotation-cost=true. Differential Revision: https://reviews.llvm.org/D65673 llvm-svn: 368339
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud