summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
diff options
context:
space:
mode:
authorSerguei Katkov <serguei.katkov@azul.com>2019-01-16 04:36:26 +0000
committerSerguei Katkov <serguei.katkov@azul.com>2019-01-16 04:36:26 +0000
commita5b0e5585b1d5734b7cad533d7b4ba53b1c4a030 (patch)
treec0b5ce0871627524316a708b7d01625387793bf6 /lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py
parent8e92050794669f93d29476c25006e469ca7392b8 (diff)
downloadbcm5719-llvm-a5b0e5585b1d5734b7cad533d7b4ba53b1c4a030.tar.gz
bcm5719-llvm-a5b0e5585b1d5734b7cad533d7b4ba53b1c4a030.zip
[InstCombine]Avoid introduction of unaligned mem access
InstCombine is able to transform mem transfer instrinsic to alone store or store/load pair. It might result in generation of unaligned atomic load/store which later in backend will be transformed to libcall. It is not an evident gain and it is better to keep intrinsic as is and handle it at backend. Reviewers: reames, anna, apilipenko, mkazantsev Reviewed By: reames Subscribers: t.p.northover, jfb, llvm-commits Differential Revision: https://reviews.llvm.org/D56582 llvm-svn: 351295
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/section/TestSectionAPI.py')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud