[all-commits] [llvm/llvm-project] a61e42: [NPM][Inliner] Temporarily remove inline_stats tes...

Mircea Trofin via All-commits all-commits at lists.llvm.org
Fri Jan 15 21:59:56 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a61e42efbb73e55c44cbb0eb2686c7b4a25ca812
      https://github.com/llvm/llvm-project/commit/a61e42efbb73e55c44cbb0eb2686c7b4a25ca812
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2021-01-15 (Fri, 15 Jan 2021)

  Changed paths:
    M llvm/test/Transforms/Inline/inline_stats.ll

  Log Message:
  -----------
  [NPM][Inliner] Temporarily remove inline_stats test case for always
inline

The stats are printed at InlinePass destruction. When we have 2 of them,
it appears the destruction order of the Passes std::vector of the pass
manager differs in msan builds - example:
http://lab.llvm.org:8011/#/builders/74/builds/2135.

This reproes locally, too.

Temporarily removing the sub-test case, to green the build, and will
follow up with a stat dumping alternative that does not depend on vector
element dtor order.




More information about the All-commits mailing list