[PATCH] D124097: llvm-reduce: Add reduction pass to remove regalloc hints

Markus Lavin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 20 23:09:22 PDT 2022


markus added a comment.

As a general thought, I wonder if it would be wise to keep the MIR specific reducer passes separate from the IR ones. Either by directory or file naming conventions.



================
Comment at: llvm/tools/llvm-reduce/deltas/ReduceVirtualRegisters.h:10
+// This file implements a function which calls the Generic Delta pass in order
+// to reduce uninteresting IR references from the MachineFunction.
+//
----------------
Comment needs to be updated.


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

https://reviews.llvm.org/D124097



More information about the llvm-commits mailing list