[PATCH] D99490: [NFC][LoopUnswitch] Move hasPartialIVCondition to LoopUtils
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 29 03:08:50 PDT 2021
fhahn added inline comments.
================
Comment at: llvm/include/llvm/Transforms/Utils/LoopUtils.h:516
+/// the condition in the loops created for the true or false successors.
+Optional<IVConditionInfo> hasPartialIVCondition(Loop *L, unsigned MSSAThreshold,
+ MemorySSA *MSSA, AAResults *AA);
----------------
`L`, `MSSA` and `AA` are all needed. Can we pass them by reference?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D99490/new/
https://reviews.llvm.org/D99490
More information about the llvm-commits
mailing list