diff options
author | Congcong Cai <congcongcai0907@163.com> | 2024-02-06 09:07:58 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-06 09:07:58 +0800 |
commit | a71147dd28c6676fc46e4ec0a5d6e0b0823cced5 (patch) | |
tree | 97349970e2a3163533d4b3605d976be4864a0bd8 /lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp | |
parent | 99ddd77ed9e12f55f8d4b66eec02154a0b3a6bf0 (diff) | |
download | llvm-a71147dd28c6676fc46e4ec0a5d6e0b0823cced5.zip llvm-a71147dd28c6676fc46e4ec0a5d6e0b0823cced5.tar.gz llvm-a71147dd28c6676fc46e4ec0a5d6e0b0823cced5.tar.bz2 |
[WebAssembly] improve getRegForPromotedValue to avoid meanless value copy (#80469)
When promoted value, it is meaningless to copy value from reg to another
reg with the same type.
This PR add additional check for this cases to reduce the code size.
Fixes: #80053.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/ProcessGDBRemote.cpp')
0 files changed, 0 insertions, 0 deletions