[PATCH] D126456: [SCCP] Notify the Solver when an instruction is removed.
Alexandros Lamprineas via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 13 23:54:43 PDT 2022
labrinea updated this revision to Diff 444532.
labrinea added a comment.
Changes from last revision:
- replace ssa_copy intrinsics on each iteration of Function Specialization
- Clear the Solver's worklist before each iteration of Function Specialization
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D126456/new/
https://reviews.llvm.org/D126456
Files:
llvm/include/llvm/Transforms/IPO/FunctionSpecialization.h
llvm/include/llvm/Transforms/Utils/SCCPSolver.h
llvm/lib/Transforms/IPO/FunctionSpecialization.cpp
llvm/lib/Transforms/Scalar/SCCP.cpp
llvm/lib/Transforms/Utils/SCCPSolver.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D126456.444532.patch
Type: text/x-patch
Size: 18634 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220714/6d2b3d06/attachment.bin>
More information about the llvm-commits
mailing list