[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 19:26:28 PDT 2023
yonghong-song updated this revision to Diff 514503.
yonghong-song added a comment.
- for added test, do not use -O2, use -passes=argpromotion instead for opt. Also put the test under test/Transformations/ArgumentPromotion/BPF directory similar to ArgumentPromotion/X86.
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.514503.patch
Type: text/x-patch
Size: 7738 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230418/27a78a4e/attachment.bin>
More information about the llvm-commits
mailing list