[PATCH] D65026: [Bugpoint redesign] Added pass to reduce Metadata
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 11 03:57:48 PDT 2019
xbolva00 added inline comments.
================
Comment at: llvm/trunk/tools/llvm-reduce/deltas/ReduceMetadata.cpp:54
+/// functions that aren't inside the desired Chunks.
+/// @returns the Module stripped of out-of-chunk MDNodes
+static void extractMetadataFromModule(const std::vector<Chunk> &ChunksToKeep,
----------------
this method returns nothing
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65026/new/
https://reviews.llvm.org/D65026
More information about the llvm-commits
mailing list