summaryrefslogtreecommitdiff
path: root/scripts/objdiff
diff options
context:
space:
mode:
authorTiezhu Yang <yangtiezhu@loongson.cn>2026-08-17 22:07:24 +0800
committerHuacai Chen <chenhuacai@loongson.cn>2026-08-17 22:07:24 +0800
commit252ae40ba91c5da3a792bba7e3dc46b106dec86c (patch)
treea420e2dcb9d5830fa2ff9f7e1e96405898deb81c /scripts/objdiff
parent32a5e3eaa086c64c2ca9a4611769faae60716ae7 (diff)
downloadlinux-252ae40ba91c5da3a792bba7e3dc46b106dec86c.tar.gz
linux-252ae40ba91c5da3a792bba7e3dc46b106dec86c.zip
LoongArch: BPF: Remove dead move_imm() call in BPF_NEG path
The BPF_NEG operation is a unary operator that performs `dst = -dst`. The current code unconditionally executes a move_imm() call before the subtraction, generating useless JITted instructions to load data into the temporary register `t1`. This `t1` register is never used anywhere else in the entire BPF_NEG path. Remove this dead `move_imm()` call to avoid useless instructions. Acked-by: Hengqi Chen <hengqi.chen@gmail.com> Signed-off-by: Tiezhu Yang <yangtiezhu@loongson.cn> Signed-off-by: Huacai Chen <chenhuacai@loongson.cn>
Diffstat (limited to 'scripts/objdiff')
0 files changed, 0 insertions, 0 deletions