| Issue |
178296
|
| Summary |
[DA] Addressing missed loop opportunities due to more strict DA checks.
|
| Labels |
new issue
|
| Assignees |
|
| Reporter |
amehsan
|
Current effort to address correctness issues in DA, will inevitably result in missing some loop optimization opportunities. This is evident from the changes in loop fusion and loop unroll and jam testcases in https://github.com/llvm/llvm-project/pull/178047
At this point it is not clear whether there will be missed opportunties beyond simple testcases that someone really cares for or not. But this is likely and if it happens, there might be a solution.
The solution is not a replacement of the existing DA algorithms. Instead it is a complementary approach that may work in some situations in which the existing approach doesn't work (and will not work in some situation that the current one works).
I have some scattered comments elsewhere that explains this approach and I try to gather them here and hopefully make it more complete gradually.
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs