[PATCH] D72538: [ThinLTO] Add additional ThinLTO pipeline testing with new PM

Nikita Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 24 00:54:46 PDT 2023


nikic added a comment.
Herald added subscribers: wlei, pcwang-thead, ormris, wenlei.
Herald added a project: All.

Would it be possible to cut down the Clang side tests to only check parts that Clang controls in some way, e.g. that SLPVectorizer is enabled? This test is something of a PITA because it tests LLVM implementation details but is not part of the LLVM tests, so it usually gets missed when doing pipeline changes.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72538



More information about the cfe-commits mailing list