[PATCH] D93762: SCCP: Refactor SCCPSolver

Sjoerd Meijer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 12 11:14:29 PDT 2021


SjoerdMeijer updated this revision to Diff 336908.
SjoerdMeijer added a comment.

Thanks! SCCPSolver.h now only contains interface class `SCCPSolver`, and have moved SCCPInstVisitor and all implementations to the .cpp file.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D93762/new/

https://reviews.llvm.org/D93762

Files:
  llvm/include/llvm/Transforms/Scalar/SCCP.h
  llvm/include/llvm/Transforms/Utils/SCCPSolver.h
  llvm/lib/Transforms/Scalar/SCCP.cpp
  llvm/lib/Transforms/Utils/CMakeLists.txt
  llvm/lib/Transforms/Utils/SCCPSolver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93762.336908.patch
Type: text/x-patch
Size: 129443 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210412/9168560f/attachment-0001.bin>


More information about the llvm-commits mailing list