[EXT_EP-9380] Unexpectedly large loop-carried dependence bound in loop that touches struct containing array Created: 24/May/19 Updated: 19/Feb/20 |
|
Status: | New |
Project: | Embedded Software & Tools |
Component/s: | None |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Medium |
Reporter: | TI User | Assignee: | TI User |
Resolution: | Unresolved | Votes: | 0 |
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Product: | Code Generation Tools |
Internal ID: | CODEGEN-6296 |
Forum URL: | http://e2e.ti.com/support/tools/ccs/f/81/t/796540 |
Found In Release: | C6000_8.2.0 C6000_8.3.0 |
Affected Platform/Device: | default |
Workaround: | Move m_fPreGain to a local by hand, as in
float mfp = m_fPreGain; for (i = 0; i < 256; i++) pfData[i] *= mfp; |
Description |
Unexpectedly large loop-carried dependence bound in loop that touches struct containing array |