[PATCH] D148551: [TTI][BPF] Ensure ArgumentPromotion Not Exceeding Target MaxArgs

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 17 14:16:28 PDT 2023


yonghong-song updated this revision to Diff 514398.
yonghong-song retitled this revision from "[RFC][TTI][BPF] Ensure ArgumentPromotion Not Exceeding Target MaxArgs" to "[TTI][BPF] Ensure ArgumentPromotion Not Exceeding Target MaxArgs".
yonghong-song edited the summary of this revision.
yonghong-song added reviewers: nikic, aeubanks.
yonghong-song added a comment.
Herald added a subscriber: StephenFan.

- add a test case


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148551

Files:
  llvm/include/llvm/Analysis/TargetTransformInfo.h
  llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
  llvm/lib/Analysis/TargetTransformInfo.cpp
  llvm/lib/Target/BPF/BPFTargetTransformInfo.h
  llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
  llvm/test/CodeGen/BPF/argumentpromotion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148551.514398.patch
Type: text/x-patch
Size: 9793 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230417/7441295c/attachment.bin>


More information about the llvm-commits mailing list