[llvm] [RFC][BPF] Support Jump Table (PR #133856)

via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 14 09:20:04 PDT 2025


4ast wrote:

> And this makes the instruction
>  232:       05 00 08 00 00 00 00 00 goto +0x8 <foo+0x88>
> unreachable.

I suspect it won't be easy to avoid this on llvm side. Probably better to teach verifier to ignore those.

https://github.com/llvm/llvm-project/pull/133856


More information about the llvm-commits mailing list