summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/SPARC
diff options
context:
space:
mode:
authorJohannes Doerfert <doerfert@cs.uni-saarland.de>2016-02-21 19:13:19 +0000
committerJohannes Doerfert <doerfert@cs.uni-saarland.de>2016-02-21 19:13:19 +0000
commitcea6193b79db82aadf46ae0e0268187f989a9918 (patch)
treea6718af2ed6dd096d351f2f9bb3ba07b71e72875 /llvm/test/CodeGen/SPARC
parent91bb5bc86239dc1217926b39e6cb51adcba8f827 (diff)
downloadbcm5719-llvm-cea6193b79db82aadf46ae0e0268187f989a9918.tar.gz
bcm5719-llvm-cea6193b79db82aadf46ae0e0268187f989a9918.zip
Support memory intrinsics
This patch adds support for memcpy, memset and memmove intrinsics. They are represented as one (memset) or two (memcpy, memmove) memory accesses in the polyhedral model. These accesses have an access range that describes the summarized effect of the intrinsic, i.e., memset(&A[i], '$', N); is represented as a write access from A[i] to A[i+N]. Differential Revision: http://reviews.llvm.org/D5226 llvm-svn: 261489
Diffstat (limited to 'llvm/test/CodeGen/SPARC')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud