[PATCH] D72787: [BPF] Adjust optimizations to generate kernel verifier friendly codes
Yonghong Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 21 08:47:22 PST 2020
yonghong-song updated this revision to Diff 239337.
yonghong-song edited the summary of this revision.
yonghong-song added a comment.
revert back to previous version where no hacking with machine IR optimization to add extra "<<" and "s>>". Will try to enhance verifier to do the work.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72787/new/
https://reviews.llvm.org/D72787
Files:
llvm/lib/Target/BPF/BPF.h
llvm/lib/Target/BPF/BPFAdjustOpt.cpp
llvm/lib/Target/BPF/BPFTargetMachine.cpp
llvm/lib/Target/BPF/CMakeLists.txt
llvm/test/CodeGen/BPF/adjust-instcombine-1.ll
llvm/test/CodeGen/BPF/adjust-instcombine-2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72787.239337.patch
Type: text/x-patch
Size: 12788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200121/570242a2/attachment.bin>
More information about the llvm-commits
mailing list