diff options
author | Yi-Hong Lyu <Yi-Hong.Lyu@ibm.com> | 2019-10-02 20:25:16 +0000 |
---|---|---|
committer | Yi-Hong Lyu <Yi-Hong.Lyu@ibm.com> | 2019-10-02 20:25:16 +0000 |
commit | c7be06797436f558e1c925fae1aba8629cd1f5bf (patch) | |
tree | 89ce07d239e5e7c77868ef428f105060b5155ac1 /lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py | |
parent | e55c442b1b65a20c6fece42d4860a5148326a13e (diff) | |
download | bcm5719-llvm-c7be06797436f558e1c925fae1aba8629cd1f5bf.tar.gz bcm5719-llvm-c7be06797436f558e1c925fae1aba8629cd1f5bf.zip |
[PowerPC] Fix SH field overflow issue
Store rlwinm Rx, Ry, 32, 0, 31 as rlwinm Rx, Ry, 0, 0, 31 and store
rldicl Rx, Ry, 64, 0 as rldicl Rx, Ry, 0, 0. Otherwise SH field is overflow and
fails assertion in assembly printing stage.
Differential Revision: https://reviews.llvm.org/D66991
llvm-svn: 373519
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/process/TestProcessAPI.py')
0 files changed, 0 insertions, 0 deletions