[PATCH] D93762: SCCP: Refactor SCCPSolver

Vinay Madhusudan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 23 07:05:40 PST 2020


mivnay created this revision.
mivnay added reviewers: eli.friedman, dmgreen, SjoerdMeijer, davide.
Herald added a subscriber: jfb.
mivnay requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Move SCCPSolver class to header file so that it can be used by other passes / transformations.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D93762

Files:
  include/llvm/Transforms/Scalar/SCCP.h
  lib/Transforms/Scalar/SCCP.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D93762.313520.patch
Type: text/x-patch
Size: 43969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201223/7b6b64a4/attachment.bin>


More information about the llvm-commits mailing list