[PATCH] D64176: [Bugpoint redesign] Added Pass to Remove Global Variables
Diego TreviƱo via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 12 17:09:33 PDT 2019
diegotf updated this revision to Diff 209647.
diegotf marked 2 inline comments as done.
diegotf added a comment.
Refactored Delta Debugging Algorithm from a template class to an inline function in LLVM namespace; the specialized behaviour called by the generic Delta pass is given as parameters to the function instead of being given as a class template and then called statically in order to reduce confusion.
Note: Specialized Delta passes are also now inline functions instead of classes that groupped static functions.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64176/new/
https://reviews.llvm.org/D64176
Files:
llvm/test/Reduce/Inputs/interestingness-test.sh
llvm/test/Reduce/Inputs/remove-funcs.sh
llvm/test/Reduce/remove-funcs.ll
llvm/test/Reduce/remove-global-vars.ll
llvm/tools/llvm-reduce/CMakeLists.txt
llvm/tools/llvm-reduce/DeltaManager.h
llvm/tools/llvm-reduce/TestRunner.cpp
llvm/tools/llvm-reduce/TestRunner.h
llvm/tools/llvm-reduce/deltas/Delta.h
llvm/tools/llvm-reduce/deltas/RemoveFunctions.cpp
llvm/tools/llvm-reduce/deltas/RemoveFunctions.h
llvm/tools/llvm-reduce/deltas/RemoveGlobalVars.h
llvm/tools/llvm-reduce/llvm-reduce.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64176.209647.patch
Type: text/x-patch
Size: 27561 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190713/606dcbfa/attachment.bin>
More information about the llvm-commits
mailing list