[llvm-dev] [PATCH] D26127: [MemorySSA] Repair AccessList invariants after insertion of new MemoryUseOrDef.

Daniel Berlin via llvm-dev llvm-dev at lists.llvm.org
Sun Oct 30 22:26:04 PDT 2016


>
> If you want on the fly updating for stores, where you aren't doing
> replacement, that's quite expensive.
>

And FWIW: The *only* passes that actually require it are those doing real
instrumentation.
(IE none of our optimization passes, even those like GVN, need this).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20161030/99e4c635/attachment.html>


More information about the llvm-dev mailing list