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 & 0b11` directly. will be modified, thanks. CHANGES SINCE LAST ACTION https://reviews.llvm.org/D140759/new/ https://reviews.llvm.org/D140759 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits