diff options
author | Wei Mi <wmi@google.com> | 2017-09-22 16:30:00 +0000 |
---|---|---|
committer | Wei Mi <wmi@google.com> | 2017-09-22 16:30:00 +0000 |
commit | b086289787d62278089502d222135e098171715b (patch) | |
tree | 4526d8f35bdefab105c4fcdbb12b33eef0466fd4 /lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp | |
parent | b2eda767fe162173bd611376226ab92d018fec69 (diff) | |
download | bcm5719-llvm-b086289787d62278089502d222135e098171715b.tar.gz bcm5719-llvm-b086289787d62278089502d222135e098171715b.zip |
[Atomic][X8664] set max atomic inline width according to the target
This is to fix PR31620. MaxAtomicInlineWidth is set to 128 for x86_64. However
for target without cx16 support, 128 atomic operation will generate __sync_*
libcalls. The patch set MaxAtomicInlineWidth to 64 if the target doesn't support
cx16.
Differential Revision: https://reviews.llvm.org/D38046
llvm-svn: 313992
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main.cpp')
0 files changed, 0 insertions, 0 deletions