FOR-loop containing IF-statement will unroll incorrectly if followed by infinite loop

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • Code Generation Tools
    • CODEGEN-1184
    • SDSCM00052214
    • C6000_7.4.0B1
    • C6000_7.4.16
    • Hide
      Use "#pragma UNROLL(1)" to inhibit unrolling, which avoids the problem. Move either the problem loop or the infinite loop into a separate function, and make sure they don't inline. Compile at -o1 or -o0, which will also inhibit unrolling and avoid the problem.
      Show
      Use "#pragma UNROLL(1)" to inhibit unrolling, which avoids the problem. Move either the problem loop or the infinite loop into a separate function, and make sure they don't inline. Compile at -o1 or -o0, which will also inhibit unrolling and avoid the problem.

      FOR-loop containing IF-statement will unroll incorrectly if followed by infinite loop

            Assignee:
            TI User
            Reporter:
            TI User
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-242 - FOR-loop containing IF-statement wi...
                SYNCHRONIZED
                • Last Sync Date: