Loop Rewind - Continue Statement - 2022.1 English

Vitis HLS Messaging (UG1448)

Document ID
UG1448
Release Date
2022-06-22
Version
2022.1 English

Description

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.