[PATCH] D145819: [FuncSpec] Increase the maximum number of times the specializer can run.
Alexandros Lamprineas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 26 03:56:45 PDT 2023
labrinea updated this revision to Diff 526016.
labrinea edited the summary of this revision.
labrinea added a comment.
Herald added a subscriber: hoy.
Discarded most changes from previous revisions since the refactoring didn't seem necessary for keeping the compile times low.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D145819/new/
https://reviews.llvm.org/D145819
Files:
llvm/include/llvm/Transforms/IPO/FunctionSpecialization.h
llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
llvm/lib/Transforms/IPO/SCCP.cpp
llvm/test/Transforms/FunctionSpecialization/function-specialization-recursive.ll
llvm/test/Transforms/FunctionSpecialization/function-specialization4.ll
llvm/test/Transforms/FunctionSpecialization/max-iters.ll
llvm/test/Transforms/FunctionSpecialization/recursive-penalty.ll
llvm/test/Transforms/FunctionSpecialization/specialize-multiple-arguments.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D145819.526016.patch
Type: text/x-patch
Size: 10987 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230526/c748c4c6/attachment.bin>
More information about the llvm-commits
mailing list