[PATCH] D43084: [bugpoint] Simplify the global initializer reducer, NFC
Vedant Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 11:35:56 PST 2018
vsk created this revision.
vsk added reviewers: bogner, MatzeB.
Fix the comments, use early exits, use unique_ptr, and use ranged for
loops.
This is in preparation for a global *variable* reducer, which, with any
luck will help us clean up test cases.
https://reviews.llvm.org/D43084
Files:
tools/bugpoint/CrashDebugger.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D43084.133461.patch
Type: text/x-patch
Size: 5785 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180208/712c2995/attachment.bin>
More information about the llvm-commits
mailing list