Cond register allocated to B side fails software pipelining due to no move being generated

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: Medium
    • Code Generation Tools
    • CODEGEN-6453
    • C7000_1.3.0.STS
    • C7000_1.3.0.STS
    • default

      The following will fail to pipeline. Need to wire the cond register to the FUs for this to get the necessary move.

      void foo(int *restrict in1, int *restrict out)
      {
      int i;
      for (i = 0; i < 512; i++)
      {
      int8 v1 = ((int8*)in1)[i];
      if (v1.s7)

      { out[i] = v1.s0; }

      }
      }

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

              Created:
              Updated:
              Resolved:

                Connection: Intermediate to External PROD System
                EXTSYNC-2111 - Cond register allocated to B side f...
                SYNCHRONIZED
                • Last Sync Date: