diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-07-25 17:04:37 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-07-25 17:04:37 +0000 |
commit | 18b97f78fe68993459b2ffe564deac2e8b01f1bf (patch) | |
tree | 307f77e299f1b24777eb3cb6f7fff7a2e0732753 /lldb/packages/Python/lldbsuite/test/help/TestHelp.py | |
parent | 05f7c942391c9f86859709f6599073482c126edf (diff) | |
download | bcm5719-llvm-18b97f78fe68993459b2ffe564deac2e8b01f1bf.tar.gz bcm5719-llvm-18b97f78fe68993459b2ffe564deac2e8b01f1bf.zip |
[X86][CGP] Reduce memcmp() expansion to 2 load pairs (PR33914)
D35067/rL308322 attempted to support up to 4 load pairs for memcmp inlining which resulted in regressions for some optimized libc memcmp implementations (PR33914).
Until we can match these more optimal cases, this patch reduces the memcmp expansion to a maximum of 2 load pairs (which matches what we do for -Os).
This patch should be considered for the 5.0.0 release branch as well
Differential Revision: https://reviews.llvm.org/D35830
llvm-svn: 308986
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/help/TestHelp.py')
0 files changed, 0 insertions, 0 deletions