Description
This message is to inform the user that the code is violating loop rewind optimization rules.
Explanation
To perform loop rewind optimization, the nested loops should be flattened. This message informs the user that the nested loops could not be flattened.
Solution
See Loop Flatten.