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

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 08:14:22 PDT 2023


yonghong-song updated this revision to Diff 514959.
yonghong-song added a comment.

- remove function 'annotation' like dso_local, fastcc, local_unnamed_addr, unnamed_addr, as they won't affect argspromotion transformation.


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/Transforms/ArgumentPromotion/BPF/argpromotion.ll
  llvm/test/Transforms/ArgumentPromotion/BPF/lit.local.cfg

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148551.514959.patch
Type: text/x-patch
Size: 7640 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230419/ab020d90/attachment.bin>


More information about the llvm-commits mailing list