[PATCH] D90260: [llvm-reduce] Add reduction for aliases and special globals.

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 05:21:00 PDT 2020


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

LGTM, thanks. I was hitting this problem occasionaly, but didn't get to write this reduction.



================
Comment at: llvm/tools/llvm-reduce/deltas/ReduceAliases.cpp:34-36
+
+/// Counts the amount of aliases and special globals and prints their
+/// respective name & index
----------------
Comment needs updating


================
Comment at: llvm/tools/llvm-reduce/deltas/ReduceAliases.h:1
+//===- ReduceAliases.h - Specialized Delta Pass ------------===//
+//
----------------
Unsufficient `----` padding


================
Comment at: llvm/tools/llvm-reduce/deltas/ReduceAliases.h:11
+// to reduce aliases in the provided Module.
+
+//===----------------------------------------------------------------------===//
----------------
missing `//`


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90260



More information about the llvm-commits mailing list