This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [trans-mem] fix memory optimization bug with loops


On 10/08/2009 02:37 PM, Aldy Hernandez wrote:
Upon fixing it, I noticed that the
read-after-write optimization was not being performed when a basic block
could be its own predecessor (i.e. a loop).

This is surely a special case of any back edge to a dominating block, correct?


Everything else is obviously ok.


r~



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]