[PATCH] D65060: [LICM] Make Loop ICM profile aware
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 22 09:36:05 PDT 2019
xbolva00 added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LICM.cpp:1675
+ if (!worthSinkOrHoistInst(I, PN->getParent(), ORE, BFI)) {
+ ExitPNs.clear();
+ break;
----------------
Maybe you can return here?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65060/new/
https://reviews.llvm.org/D65060
More information about the llvm-commits
mailing list