[PATCH] D154852: [FuncSpec] Add Phi nodes to the InstCostVisitor.
Alexandros Lamprineas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 21 02:51:13 PDT 2023
labrinea updated this revision to Diff 542834.
labrinea marked 7 inline comments as done.
labrinea added a comment.
- added an option to control the maximum number of incoming phi values
- added an assertion for the LastVisited iterator inside visit methods
- added a comment to explain the semantics of DeadBlocks
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154852/new/
https://reviews.llvm.org/D154852
Files:
llvm/include/llvm/Transforms/IPO/FunctionSpecialization.h
llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
llvm/unittests/Transforms/IPO/FunctionSpecializationTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154852.542834.patch
Type: text/x-patch
Size: 10265 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230721/dc7a81e5/attachment.bin>
More information about the llvm-commits
mailing list