[PATCH] D85570: [RFC] BPF: add AdjustOpt IR pass to generate verifier friendly codes

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 1 10:42:12 PDT 2020


yonghong-song updated this revision to Diff 289219.
yonghong-song edited the summary of this revision.
yonghong-song added a comment.

add another adjustopt phase right after clang codegen to prevent certain early CSE optimization for __builtin_preserve_* intrinsics.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D85570

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D85570.289219.patch
Type: text/x-patch
Size: 13177 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200901/f6e8662d/attachment.bin>


More information about the llvm-commits mailing list