Relates :
|
The fix for 6470497 changed the anti-dependence code which searches for a new LCA for a load based on the blocks containing stores that might be anti-dependent. The rewrite converted a recursive algorithm to a worklist based one but started the search at an earlier block. This can cause the search to terminate early results in bad scheduling of loads and stores.
|