[PATCH] D109354: [LoopBoundSplit] Check the start value of split cond AddRec

JinGu Kang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 9 03:03:59 PDT 2021


jaykang10 updated this revision to Diff 371528.
jaykang10 edited the summary of this revision.
jaykang10 added a comment.

The expected outputs of the existing tests were wrong. Updated them correctly and added more tests.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D109354/new/

https://reviews.llvm.org/D109354

Files:
  llvm/lib/Transforms/Scalar/LoopBoundSplit.cpp
  llvm/test/Transforms/LoopBoundSplit/bug51766.ll
  llvm/test/Transforms/LoopBoundSplit/loop-bound-split.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109354.371528.patch
Type: text/x-patch
Size: 34404 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210909/414a3b42/attachment.bin>


More information about the llvm-commits mailing list