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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 27 17:49:15 PDT 2025


================
@@ -17,8 +17,8 @@
 #include "Delta.h"
 
 namespace llvm {
-void reduceAliasesDeltaPass(TestRunner &Test);
-void reduceIFuncsDeltaPass(TestRunner &Test);
+void reduceAliasesDeltaPass(TestRunner &Test, StringRef PassMessage);
----------------
arsenm wrote:

Returning the function_ref is an unnecessary indirection. The entry point signatures should just change to void(Oracle &, ReducerWorkitem&). The table can directly refer to those 

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


More information about the llvm-commits mailing list