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

Anton Protopopov via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 15 01:01:44 PDT 2025


aspsk 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.

Ok, thanks, will do this for now

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


More information about the llvm-commits mailing list