Add new "memory use marker" intrinsics. These indicate lifetimes and invariant
authorNick Lewycky <nicholas@mxc.ca>
Tue, 13 Oct 2009 07:03:23 +0000 (07:03 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 13 Oct 2009 07:03:23 +0000 (07:03 +0000)
commitcc271861da5d9487cbcbb44f949b411a12ec0d96
treebde823e5a82bf9e41b1b46edd7624be10ccf8739
parent6e4bdfc229cbbe5ba549e45f55bda4bb989b159d
Add new "memory use marker" intrinsics. These indicate lifetimes and invariant
sections of memory objects.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83953 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
include/llvm/Intrinsics.td
test/Feature/memorymarkers.ll [new file with mode: 0644]