[PATCH] D136806: [Pipelines] Introduce SROA after (full) loop unrolling

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 27 01:02:47 PDT 2022


nikic added a comment.

> Those two commits share base, and don't functionally differ, yet that +0.23% 'regression' is there in one of them.

Yes, the `instructions` metric is more noisy than I would like nowadays. The consumer-typeset, ClamAV and SPASS benchmarks in particular have this kind of bimodal noise, for whatever reason. I should probably switch the default metric to `instructions:u`, which doesn't have this problem.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D136806



More information about the llvm-commits mailing list