[PATCH] D109234: [PGO] Change ThinLTO test for targets with loop unrolling disabled
Sherwin via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 15 06:41:29 PDT 2021
sherwin-dc added inline comments.
================
Comment at: clang/test/CodeGen/pgo-sample-thinlto-summary.c:27
+// THINLTO-OLDPM-NOT: PGOIndirectCallPromotion
+// THINLTO-OLDPM: Unroll loops
+// THINLTO-OLDPM-NOT: Unroll loops
----------------
When printing out passes with the old PM 'Unroll loops' is printed out twice with sample PGO and once with thin LTO.
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