[PATCH] D124049: llvm-reduce: Introduce new scoring mechanism for MIR reductions

Markus Lavin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 24 23:13:37 PDT 2022


markus added a comment.

Right, so with MIR reductions we totally forgot about this an relied on the IR serialization size which is obviously wrong. This looks like an improvement to me. Of course the details of the metric can always be discussed but this should be better than nothing. Especially if we start inserting IMPLICIT_DEF instructions during reduction.


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

https://reviews.llvm.org/D124049



More information about the llvm-commits mailing list