diff options
author | Zi Xuan Wu <wuzish@cn.ibm.com> | 2019-08-01 05:26:02 +0000 |
---|---|---|
committer | Zi Xuan Wu <wuzish@cn.ibm.com> | 2019-08-01 05:26:02 +0000 |
commit | 66c320908ba0eea9355c39a945473b5c4d78b805 (patch) | |
tree | 16d79dade10648723bb9138756fbfbbe90caa9fc /lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py | |
parent | 510086b5e5cc402fa835d522373f9d9401291d73 (diff) | |
download | bcm5719-llvm-66c320908ba0eea9355c39a945473b5c4d78b805.tar.gz bcm5719-llvm-66c320908ba0eea9355c39a945473b5c4d78b805.zip |
recommit:[PowerPC] Eliminate loads/swap feeding swap/store for vector type by using big-endian load/store
In PowerPC, there is instruction to load vector in big endian element order when it's in little endian target.
So we can combine vector load + reverse into big endian load to eliminate the swap instruction.
Also combine vector reverse + store into big endian store.
Differential Revision: https://reviews.llvm.org/D65063
llvm-svn: 367516
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/signals/TestSignalsAPI.py')
0 files changed, 0 insertions, 0 deletions