[llvm-commits] FastISel: don't handle volatile memset

Nick Lewycky nlewycky at google.com
Mon Aug 1 17:41:22 PDT 2011


Thanks! Committed in r136663.

On 1 August 2011 17:28, Ivan Krasin <krasin at chromium.org> wrote:

> Hi llvm team,
>
> FastISel is not capable to handle volatile memcpy or memset.
> Currently, it fails graciously in case of memcpy, but it proceeds with
> volatile memset. This patch fixes this issue.
>
> Ivan Krasin
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110801/e72a9bec/attachment.html>


More information about the llvm-commits mailing list