SPRUIG8J January 2018 – March 2024
Collapsing of the prolog and epilog can usually reduce the minimum safe iteration count. If the minimum known iteration count is less than the minimum safe iteration count, a redundant loop is required. Otherwise, pipelining must be suppressed. Both of these values can be found in the comment block preceding a software pipelined loop when the --debug_software_pipeline option is used.
;*Known Minimum Iteration Count: 1
....
;*Minimum safe iteration count: 7