[llvm] [BPF] Support Jump Table (PR #149715)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 21 08:12:01 PDT 2025
yonghong-song wrote:
> Ok, my `bpf_goto_x` tests from RFC pass now with this branch (my kernel branch is [here](https://github.com/aspsk/bpf-next/tree/wip/indirect-jumps)). I will continue with adding support/tests for computed goto and addressing the comments from RFC (main ones left is on register liveness and removing min,max->index). [Just in case, I am on PTO in mountains this and the next week, and may be 100% offline on some days.]
Great. I will try to address the bug you found and the relocation difference between switch-statement vs. computed goto ASAP.
https://github.com/llvm/llvm-project/pull/149715
More information about the llvm-commits
mailing list