summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
diff options
context:
space:
mode:
authorNemanja Ivanovic <nemanja.i.ibm@gmail.com>2019-10-17 18:24:28 +0000
committerNemanja Ivanovic <nemanja.i.ibm@gmail.com>2019-10-17 18:24:28 +0000
commit8a3d7c9cbd305764d1f6c2d42cdd82cf2876b99f (patch)
tree178578f734b0f1ce42449e7379d63691c7e0f662 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp
parent6237c9fe6ce966ce366005a55df8c267ea32a064 (diff)
downloadbcm5719-llvm-8a3d7c9cbd305764d1f6c2d42cdd82cf2876b99f.tar.gz
bcm5719-llvm-8a3d7c9cbd305764d1f6c2d42cdd82cf2876b99f.zip
[PowerPC] Turn on CR-Logical reducer pass
Quite a while ago, we implemented a pass that will reduce the number of CR-logical operations we emit. It does so by converting a CR-logical operation into a branch. We have kept this off by default because it seemed to cause a significant regression with one benchmark. However, that regression turned out to be due to a completely unrelated reason - AADB introducing a self-copy that is a priority-setting nop and it was just exacerbated by this pass. Now that we understand the reason for the only degradation, we can turn this pass on by default. We have long since fixed the cause for the degradation. Differential revision: https://reviews.llvm.org/D52431 llvm-svn: 375152
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud