[all-commits] [llvm/llvm-project] 562521: [LoopBoundSplit] Update phi node in exit block
JinGu Kang via All-commits
all-commits at lists.llvm.org
Fri Sep 3 01:32:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 562521e2d15aff38587aef8c6ea1baf3ed87513c
https://github.com/llvm/llvm-project/commit/562521e2d15aff38587aef8c6ea1baf3ed87513c
Author: Jingu Kang <jingu.kang at arm.com>
Date: 2021-09-03 (Fri, 03 Sep 2021)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopBoundSplit.cpp
A llvm/test/Transforms/LoopBoundSplit/bug-loop-bound-split-phi-in-exit-block.ll
Log Message:
-----------
[LoopBoundSplit] Update phi node in exit block
It fixes https://bugs.llvm.org/show_bug.cgi?id=51700
Differential Revision:
More information about the All-commits
mailing list