[PATCH] D110060: [LoopBoundSplit] Handle the case in which exiting block is loop header
JinGu Kang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 4 02:15:56 PDT 2021
jaykang10 added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LoopBoundSplit.cpp:48
/// AddRec SCEV
- const SCEV *AddRecSCEV;
+ const SCEVAddRecExpr *AddRecSCEV;
/// Bound SCEV
----------------
mkazantsev wrote:
> Please split out SCEV -> SCEVAddRecExpr refactoring in a separate NFC patch. It can go before the others.
Yep, let me split this patch into two patches.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110060/new/
https://reviews.llvm.org/D110060
More information about the llvm-commits
mailing list