Uploaded image for project: 'Embedded Software & Tools'
  1. Embedded Software & Tools
  2. EXT_EP-9380

Unexpectedly large loop-carried dependence bound in loop that touches struct containing array

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Medium Medium
    • Code Generation Tools
    • CODEGEN-6296
    • Hide
      C6000_8.2.0
      C6000_8.3.0
      Show
      C6000_8.2.0 C6000_8.3.0
    • default
    • Hide
      Move m_fPreGain to a local by hand, as in

          float mfp = m_fPreGain;
          for (i = 0; i < 256; i++)
      pfData[i] *= mfp;
      Show
      Move m_fPreGain to a local by hand, as in     float mfp = m_fPreGain;     for (i = 0; i < 256; i++) pfData[i] *= mfp;

      Unexpectedly large loop-carried dependence bound in loop that touches struct containing array

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

              Created:
              Updated: