[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
Fri Sep 24 03:01:55 PDT 2021


jaykang10 updated this revision to Diff 374780.
jaykang10 added a comment.

Update the incoming value of phi nodes in header of post-loop correctly.


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

https://reviews.llvm.org/D110060

Files:
  llvm/lib/Transforms/Scalar/LoopBoundSplit.cpp
  llvm/test/Transforms/LoopBoundSplit/bug-loop-bound-split-phi-in-exit-block.ll
  llvm/test/Transforms/LoopBoundSplit/bug51866.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110060.374780.patch
Type: text/x-patch
Size: 11493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210924/abe83e6a/attachment.bin>


More information about the llvm-commits mailing list