[PATCH] D81479: [BPF] introduce __builtin_load_u32_to_ptr() intrinsic

Andrii Nakryiko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jun 9 14:55:01 PDT 2020


anakryiko added a comment.

IntrinsicsBPF.td uses `__builtin_bpf_load_u32_to_ptr`, while everywhere it is just `__builtin_load_u32_to_ptr`. I think having bpf prefix there is good, given this is bpf-specific. But either way, probably should be consistent everywhere?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81479/new/

https://reviews.llvm.org/D81479





More information about the cfe-commits mailing list