[PATCH] D16083: [bugpoint] Teach bugpoint to reduce MDNodes
Sergei Larin via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 15 09:56:10 PST 2016
slarin added a comment.
Sorry to come in cold on the discussion, but let me ask a naive question - Why can't we teach CloneModule to drop unnecessary metadata in the same way we use a selector function for GlobalVariables (ShouldCloneDefinition) - why copy it in the first place?
http://reviews.llvm.org/D16083
More information about the llvm-commits
mailing list