[PATCH] D64176: [Bugpoint redesign] Added Pass to Remove Global Variables
David Blaikie via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 14 12:20:56 PDT 2019
dblaikie added inline comments.
================
Comment at: llvm/tools/llvm-reduce/deltas/Delta.cpp:123-126
+ std::vector<Chunk> Chunks = {{1, Targets}};
+ std::set<Chunk> UninterestingChunks;
+ std::unique_ptr<Module> ReducedProgram;
+
----------------
This change appears independent of the rest of this patch - if that's the case, please commit it separately. (no need to send it for review if it's nothing too interesting - if it's just reducing the scope of variables as is generally good)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D64176/new/
https://reviews.llvm.org/D64176
More information about the llvm-commits
mailing list