This is a code optimization patch that does not include feature additions 
or deletions.
Details
Details
Diff Detail
Diff Detail
Paths 
  |  Differential  D140616  
[LLDB][LoongArch] Optimize EmulateInstructionLoongArch related code ClosedPublic Authored by lh03061238 on Dec 23 2022, 1:43 AM. 
Details Summary This is a code optimization patch that does not include feature additions  
Diff Detail Event Timeline
 
 This revision is now accepted and ready to land.Dec 25 2022, 5:44 PM Closed by commit rG3473c1093aa0: [LLDB][LoongArch] Optimize EmulateInstructionLoongArch related code (authored by lh03061238, committed by SixWeining).  ·  Explain WhyDec 27 2022, 5:13 PM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
Diff 485070 lldb/source/Plugins/Instruction/LoongArch/EmulateInstructionLoongArch.cpp
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
return IsLoongArch64() ? EmulateBEQZ64(inst) : false;