[Lldb-commits] [PATCH] D140759: [LLDB][LoongArch] Add FP branch instructions for EmulateInstructionLoongArch

2023-01-02 Thread Hui Li via Phabricator via lldb-commits
lh03061238 updated this revision to Diff 485900. lh03061238 added a comment. Modified the EncodeBCZcondType function CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140759/new/ https://reviews.llvm.org/D140759 Files:

[Lldb-commits] [PATCH] D140759: [LLDB][LoongArch] Add FP branch instructions for EmulateInstructionLoongArch

2023-01-02 Thread Hui Li via Phabricator via lldb-commits
lh03061238 added inline comments. Comment at: lldb/unittests/Instruction/LoongArch/TestLoongArchEmulator.cpp:154 + opcode = opcode >> 2; + return opcode << 26 | offs15_0 << 10 | bcxxz << 8 | cj << 5 | offs20_16; +} SixWeining wrote: > Seems you can use `opcode

[Lldb-commits] [lldb] dbee45d - [LLDB] Enable TestSignedTypes.py for AArch64/Windows

2023-01-02 Thread Muhammad Omair Javaid via lldb-commits
Author: Muhammad Omair Javaid Date: 2023-01-02T19:33:45+04:00 New Revision: dbee45d8fea97dca9666b09688cc7548d5023c4e URL: https://github.com/llvm/llvm-project/commit/dbee45d8fea97dca9666b09688cc7548d5023c4e DIFF: