[PATCH] D126456: [SCCP] Notify the Solver when an instruction is removed.

Alexandros Lamprineas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 11 04:00:04 PDT 2022


labrinea updated this revision to Diff 443593.
labrinea added a comment.

- rebased
- remove lattice value of deleted globals (fixes https://reviews.llvm.org/D128827)


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.443593.patch
Type: text/x-patch
Size: 13281 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220711/56e35b21/attachment.bin>


More information about the llvm-commits mailing list