[PATCH] D109234: [PGO] Change ThinLTO test for targets with loop unrolling disabled

Teresa Johnson via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Sep 15 09:34:49 PDT 2021


tejohnson added inline comments.


================
Comment at: clang/test/CodeGen/pgo-sample-thinlto-summary.c:28
+// The first Unroll loop pass is the createSimpleLoopUnrollPass that unrolls and peels
+// loops with small constant trip counts. Only the second one is handled by ThinLTO.
+// THINLTO-OLDPM:           Unroll loops
----------------
Nit: The second one is skipped by the ThinLTO compile step (it's done in the ThinLTO backends).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109234



More information about the cfe-commits mailing list