[llvm] [BPF] Support Jump Table (PR #149715)

via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 22 10:07:18 PDT 2025


eddyz87 wrote:

@yonghong-song ,

> The current jump table element holds the value representing offset from the beginning of the section.

This is exactly what we need because of possible `callx` instruction, I don't think further investigations are necessary in this regard.

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


More information about the llvm-commits mailing list