Loop Rewind - Continue Statement - 2025.2 English - UG1448

Vitis HLS Messaging (UG1448)

Document ID
UG1448
Release Date
2025-11-20
Version
2025.2 English

Description

Warning: [200-953] Unable to rewind loop %s, which has multiple backedges.
This message reports that the code is violating loop rewind optimization rules.

Explanation

Loop rewind optimization does not support any continue statement.

Solution

Refactor the code without the continue statement.