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

C28 fast int div: FPU load scheduling issue

    XMLWordPrintable

Details

    • Bug
    • Status: Fixed
    • Medium
    • Resolution: Fixed
    • Code Generation Tools
    • CODEGEN-6131
    • C2000_18.12.0.LTS
    • Hide
      C2000_19.6.0.STS
       C2000_18.12.2.LTS
      Show
      C2000_19.6.0.STS  C2000_18.12.2.LTS
    • Either disable fast integer division --idiv_support=none, or if using fast integer division, --idiv_support=idiv0, avoid using the specific case for the I64/UI64 fast integer division.
    • Hide
      For the C2000 fast integer division feature, --idiv_support=idiv0, FPU register loads could incorrectly move ahead of the ABSxxDIVxx instruction in a fast integer division sequence.

      This could only happen for the I64/UI64 fast integer division case.
      Show
      For the C2000 fast integer division feature, --idiv_support=idiv0, FPU register loads could incorrectly move ahead of the ABSxxDIVxx instruction in a fast integer division sequence. This could only happen for the I64/UI64 fast integer division case.

    Description

      C28 fast int div: FPU load scheduling issue

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: