[PATCH] D29996: [DeadStoreElimination] Check function modref behavior before considering memory clobbered

Daniel Berlin via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 22 09:58:38 PST 2017


If the function reads from a stored memory location, that makes the store
not dead, no?

So how is this legal?


On Wed, Feb 22, 2017 at 9:40 AM, Igor Laevsky via Phabricator via
llvm-commits <llvm-commits at lists.llvm.org> wrote:

> igor-laevsky added a comment.
>
> ping?
>
>
> https://reviews.llvm.org/D29996
>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170222/4caa9fb6/attachment.html>


More information about the llvm-commits mailing list