[PATCH] D73222: [PGO] Early detection regarding whether pgo counter promotion is possible
David Li via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 13:27:57 PST 2020
davidxl added inline comments.
================
Comment at: llvm/lib/Transforms/Instrumentation/InstrProfiling.cpp:357
+ SmallVector<BasicBlock *, 8> LoopExitBlocks;
+ LP->getExitBlocks(LoopExitBlocks);
+
----------------
Why this change (changing ExitingBlocks to ExitBlocks)?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73222/new/
https://reviews.llvm.org/D73222
More information about the llvm-commits
mailing list