Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [LoopVersioning] Relax an assert for LCSSA PHIs | Adam Nemet | 2016-03-22 | 1 | -0/+35 |
When you have multiple LCSSA (single-operand) PHIs that are converted into two-operand PHIs due to versioning, only assert that the PHI currently being converted has a single operand. I.e. we don't want to check PHIs that were converted earlier in the loop. Fixes PR27023. Thanks to Karl-Johan Karlsson for the minimized testcase! llvm-svn: 264081 |