Skip to content
Commit 2e3edf19 authored by Owen Anderson's avatar Owen Anderson
Browse files

Teach getModRefInfo that memcpy, memmove, and memset don't "capture" memory addresses.

Also, noalias arguments are be considered "like" stack allocated ones for this purpose, because
the only way they can be modref'ed is if they escape somewhere in the current function.

llvm-svn: 47247
parent d8c41561
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment