Hello, > > Because the patch had other effects like adding a DCE after Copyprop > > in the loop optimizer section. > > > > Disable DCE after Copyprop in the loop optimizer section fixes my > problem. Any idea why?
no, not really; it could be anything (it may even have nothing to do with dce, performing dce can enable/alter other loop transformations). Zdenek