Commit Graph

2 Commits

Author SHA1 Message Date
Jingu Kang 2a26d47a2d [LoopBoundSplit] Check the start value of split cond AddRec
After transformation, we assume the split condition of the pre-loop is always
true. In order to guarantee it, we need to check the start value of the split
cond AddRec satisfies the split condition.

Differential Revision: https://reviews.llvm.org/D109354
2021-09-13 10:32:35 +01:00
Jingu Kang 61d8e27193 [test] precommit a test for D109354 2021-09-07 16:02:53 +01:00