It will be weird to put the instrumentation pass inside loop opt,
besides memory loads which are loop invariants and redundant stores in
loop should be handled by pre/pde.

+cc Richard Guenther

You may want to ask the middle-end maintainer to review your code at
this point if you want it to be in trunk.

thanks,

David

On Tue, Oct 18, 2011 at 4:12 PM,  <konstantin.s.serebry...@gmail.com> wrote:
>> yes -- so a good choice would be after PRE and PDE (pre, sink_code)
>> which should handle most of the loop invariant memory loads.
>
> how about pass_lim? I think asan should be after lim.
>
> http://codereview.appspot.com/5272048/
>

Reply via email to