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

Ivan Krasin krasin at chromium.org
Mon Aug 1 17:28:20 PDT 2011


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: FastISel-no-volatile-memset.patch
Type: text/x-patch
Size: 503 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110801/14c458d0/attachment.bin>


More information about the llvm-commits mailing list