[PATCH] D32549: Add AAMDNodes to memcpy loads/stores during memcpy SDAG expansion

Zaara Syeda via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 26 11:01:33 PDT 2017


syzaara created this revision.

The parameters of memcpy will not alias as they are disjoint memory locations. Adding AAMDNodes for better scheduling of memcpy loads and stores. This patch is an incremental patch based on:
https://reviews.llvm.org/D29779


https://reviews.llvm.org/D32549

Files:
  lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  test/CodeGen/PowerPC/memcpy-cluster.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32549.96788.patch
Type: text/x-patch
Size: 4035 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170426/c9313beb/attachment.bin>


More information about the llvm-commits mailing list