Re: [PATCH v1 0/3] LoongArch: BPF: clean up for build_insn() paths
Huacai Chen <[email protected]> Mon, 27 Jul 2026 12:26:17 +0800
| Newsgroups | dev.linux.lists.loongarch,org.kernel.vger.bpf,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <CAAhV-H4Pc2qzFYRp2WbsChWuN4orvmq4YGTc2cxDWmO=S825Wg@mail.gmail.com> |
Applied, thanks. Huacai On Sat, Jul 11, 2026 at 6:10=E2=80=AFPM Tiezhu Yang <[email protected]= > wrote: > > Based on 7.2-rc1, tested on a Loongson-3A6000 physical machine. > > Remove redundant or dead code, and eliminate the unnecessary runtime > check. > > Tiezhu Yang (3): > LoongArch: BPF: Remove redundant zext jumping in move_imm() > LoongArch: BPF: Remove dead move_imm() call in BPF_NEG path > LoongArch: BPF: Split unconditional branch JA paths statically > > arch/loongarch/net/bpf_jit.c | 10 +++++----- > arch/loongarch/net/bpf_jit.h | 2 +- > 2 files changed, 6 insertions(+), 6 deletions(-) > > -- > 2.42.0 > >