[llvm] [llvm-reduce]: print short form, actionable names in the log (PR #132813)

via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 25 05:54:11 PDT 2025


================
@@ -45,9 +45,9 @@ static void extractIFuncsFromModule(Oracle &O, ReducerWorkItem &WorkItem) {
 }
 
 void llvm::reduceAliasesDeltaPass(TestRunner &Test) {
-  runDeltaPass(Test, extractAliasesFromModule, "Reducing Aliases");
+  runDeltaPass(Test, extractAliasesFromModule, "Reducing Aliases (aliases)");
 }
----------------
YLChenZ wrote:

According to your hints, I should use a struct to represent the DeltaPass, and also add a new field to represent the relevant description and pass it to the appropriate `reduceXXXDeltaPass` after concatenating it with the command line option. Separate all the reductions into a single .def file.

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


More information about the llvm-commits mailing list