diff options
author | yingopq <115543042+yingopq@users.noreply.github.com> | 2024-09-23 19:07:13 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-23 19:07:13 +0800 |
commit | 677177bb60dbe0d551251058c28466c5d74cebac (patch) | |
tree | 06723e808e26f57a5fc726b6b3b07b1edcafe588 /lldb/source/Plugins/ScriptInterpreter/Python | |
parent | 85220a0c651e565ab576c5be17c1ec5c9eb2a350 (diff) | |
download | llvm-677177bb60dbe0d551251058c28466c5d74cebac.zip llvm-677177bb60dbe0d551251058c28466c5d74cebac.tar.gz llvm-677177bb60dbe0d551251058c28466c5d74cebac.tar.bz2 |
[Mips] Fix mfhi/mflo hazard miscompilation about div and mult (#91449)
Fix issue1: In mips1-4, require a minimum of 2 instructions between a
mflo/mfhi and the next mul/dmult/div/ddiv/divu/ddivu instruction.
Fix issue2: In mips1-4, should not put mflo into the delay slot for the
return.
Fix https://github.com/llvm/llvm-project/issues/81291
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python')
0 files changed, 0 insertions, 0 deletions