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

via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 31 22:17:44 PDT 2025


4ast wrote:

> I could explore to use pc relative

Don't bother. x86 is doing it to save a byte in encoding. This technique doesn't apply to bpf isa.

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


More information about the llvm-commits mailing list