[PATCH] D93762: SCCP: Refactor SCCPSolver
Sjoerd Meijer via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 13 03:56:34 PDT 2021
SjoerdMeijer updated this revision to Diff 337094.
SjoerdMeijer added a comment.
The linter was right, I had somehow messed up the struct definition of AnalysisResultsForFn, but that's now fixed.
The other lint diagnostics, the style issues, are probably good to fix too, but will do that as a follow up.
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.337094.patch
Type: text/x-patch
Size: 129459 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210413/a0ff2eb7/attachment-0001.bin>
More information about the llvm-commits
mailing list