|
|
|
Original Estimate:
|
Unknown
|
Remaining Estimate:
|
Unknown
|
Time Spent:
|
Unknown
|
|
|
The needed-defs transformation removes definitions that are not called. External definitions do not provide their call-graph information.
Therefore, needed-defs removes external def of bottomup, which is later introduced again by innermost fusion, causing warnings in generated C code.
Solution is not to remove any external definitions, since there is no gain in removing them anyway.
|
|
Description
|
The needed-defs transformation removes definitions that are not called. External definitions do not provide their call-graph information.
Therefore, needed-defs removes external def of bottomup, which is later introduced again by innermost fusion, causing warnings in generated C code.
Solution is not to remove any external definitions, since there is no gain in removing them anyway. |
Show » |
|
|