[PATCH] D101278: [llvm-reduce] Add flag to only run specific passes

Hans Wennborg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 06:21:21 PDT 2021


hans accepted this revision.
hans added a comment.
This revision is now accepted and ready to land.

lgtm

+1 to the comment that it would be nice to have some docs; llvm-reduce should have a page on https://llvm.org/docs/CommandGuide/ really



================
Comment at: llvm/tools/llvm-reduce/deltas/Delta.cpp:18
 #include "llvm/IR/Verifier.h"
+#include "llvm/Support/CommandLine.h"
 #include "llvm/Support/ToolOutputFile.h"
----------------
is it used in this file?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101278/new/

https://reviews.llvm.org/D101278



More information about the llvm-commits mailing list