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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 13:07:26 PDT 2020


lebedev.ri added a comment.

I agree with @arsenm here.



================
Comment at: llvm/tools/llvm-reduce/deltas/ReduceAliasAndSpecialGlobals.cpp:21
+
+static auto SpecialGlobalNames = {"llvm.used", "llvm.compiler.used"};
+
----------------
arsenm wrote:
> I almost think reducing these should be a separate step
+1, the rest of the patch is obvious.


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