Hello,
I have generated a *.nfo file to understand how the compiler tries to optimze some part of my code. There are several loops that does not unroll which are reported as:
====== Unroll-and-jam Result Summary ======
LOOP#1 in SubtractBackgnd() fails to unroll-and-jam: Outer Loop has multiple blocks
What does "Outer loop has multiple blocks" actually means? How can I avoid that in my code?
Also, is there any documentation about how to interpret content of the *.nfo file?
Thanks
Franck