[PATCH] D16083: [bugpoint] Teach bugpoint to reduce MDNodes

Keno Fischer via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 15 10:08:43 PST 2016


loladiro added a comment.

Dropping metadata is already implemented in the ValueMaterializer interface. However, I don't think the other things I'm doing are doable with that interface. I suppose we could extend it? @dexonsmith, thoughts on that?


http://reviews.llvm.org/D16083





More information about the llvm-commits mailing list