[Lldb-commits] [PATCH] D139833: [LLDB][LoongArch] Add branch instructions for EmulateInstructionLoongArch
Hui Li via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 14 02:37:13 PST 2022
lh03061238 added a comment.
In D139833#3990635 <https://reviews.llvm.org/D139833#3990635>, @SixWeining wrote:
> 1. Does the directory `lldb/source/Plugins/Instruction/LoongArch/` target both `LoongArch64` and `LoongArch32`?
Yes, both LoongArch64 and LoongArch32 are supported in EmulateInstructionLoongArch
I will modify it to distinguish between LoongArch64 and LoongArch32 operations.
thank you.
> 2. Will you handle floating pointer branching instructions `bceqz` and `bcnez` in future?
Yes, floating-point branch instructions Will be added After more test, for now add the most commonly used
branch instructions.
thank you.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139833/new/
https://reviews.llvm.org/D139833
More information about the lldb-commits
mailing list