[PATCH] D83878: BPF: support type exist/size and enum exist/value relocations

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 30 08:19:26 PDT 2020


yonghong-song updated this revision to Diff 281935.
yonghong-song retitled this revision from "BPF: support type existence/size and enum value relocations" to "BPF: support type exist/size and enum exist/value relocations".
yonghong-song edited the summary of this revision.
yonghong-song added a comment.

added support to enum_value_existence relocation and also use different IR builtins for new relocations. This makes code better structured.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83878

Files:
  llvm/lib/Target/BPF/BPFAbstractMemberAccess.cpp
  llvm/lib/Target/BPF/BPFCORE.h
  llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-enum-value.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-type-exist.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-type-size-1.ll
  llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-type-size-2.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83878.281935.patch
Type: text/x-patch
Size: 30660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200730/1d7768b6/attachment.bin>


More information about the llvm-commits mailing list