[llvm] [LLVM-Reduce] - Distinct Metadata Reduction (PR #104624)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 16 23:56:50 PDT 2024


================
@@ -20,6 +20,13 @@
 
 using namespace llvm;
 
+extern cl::OptionCategory LLVMReduceOptions;
+
+static cl::opt<bool> AggressiveMetadataReduction(
+    "aggressive-md",
----------------
arsenm wrote:

Make name more specific? Maybe reduce-unknown-named-metadata?

https://github.com/llvm/llvm-project/pull/104624


More information about the llvm-commits mailing list