[llvm] [llvm-reduce]: print short form, actionable names in the log (PR #133561)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 29 01:31:44 PDT 2025
================
@@ -42,12 +41,4 @@ static void extractIFuncsFromModule(Oracle &O, ReducerWorkItem &WorkItem) {
if (!IFuncs.empty())
lowerGlobalIFuncUsersAsGlobalCtor(Mod, IFuncs);
-}
-
-void llvm::reduceAliasesDeltaPass(TestRunner &Test) {
- runDeltaPass(Test, extractAliasesFromModule, "Reducing Aliases");
-}
-
-void llvm::reduceIFuncsDeltaPass(TestRunner &Test) {
- runDeltaPass(Test, extractIFuncsFromModule, "Reducing Ifuncs");
-}
+}
----------------
arsenm wrote:
Missing newline at end of file errors
```suggestion
}
```
https://github.com/llvm/llvm-project/pull/133561
More information about the llvm-commits
mailing list