[PATCH] D124641: [BPF] Add BTF 64bit enum value support
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 11 15:54:32 PDT 2022
yonghong-song updated this revision to Diff 428795.
yonghong-song edited the summary of this revision.
yonghong-song added a comment.
- change kflag meaning: kflag = 0 for unsigned and kflag = 1 for signed.
- change the ordering of enum64 val_lo32 and val_hi32.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124641/new/
https://reviews.llvm.org/D124641
Files:
llvm/lib/Target/BPF/BTF.def
llvm/lib/Target/BPF/BTF.h
llvm/lib/Target/BPF/BTFDebug.cpp
llvm/lib/Target/BPF/BTFDebug.h
llvm/test/CodeGen/BPF/BTF/enum-basic.ll
llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-enum-value-opaque-pointer.ll
llvm/test/CodeGen/BPF/CORE/intrinsic-typeinfo-enum-value.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124641.428795.patch
Type: text/x-patch
Size: 9199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220511/d53a2118/attachment.bin>
More information about the llvm-commits
mailing list