Fix the values of BPF_X and BPF_K according to BPFInstrFormats.td: " def BPF_K : BPFSrcType<0x0>; def BPF_X : BPFSrcType<0x1>; " The right value for BPF_X is 0x1, and the right value for BPF_K is 0x0.
Details
Details
- Reviewers
ast yonghong-song - Commits
- rZORG1ba13e139b43: [Docs][CodeGenerator][eBPF] Correct the values for BPF_X and BPF_K
rZORG532598999e51: [Docs][CodeGenerator][eBPF] Correct the values for BPF_X and BPF_K
rG1ba13e139b43: [Docs][CodeGenerator][eBPF] Correct the values for BPF_X and BPF_K
rG532598999e51: [Docs][CodeGenerator][eBPF] Correct the values for BPF_X and BPF_K
rG33434d5f0450: [Docs][CodeGenerator][eBPF] Correct the values for BPF_X and BPF_K
rL359904: [Docs][CodeGenerator][eBPF] Correct the values for BPF_X and BPF_K
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks for the fix! Please go ahead to land by yourself if you have write permission. Otherwise, let me know I can land for you.