[PATCH] D23499: [InstCombine] Preserve llvm.mem.parallel_loop_access metadata when replacing memcpy with ld/st

Ayal Zaks via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 16 04:58:56 PDT 2016


Ayal added inline comments.

================
Comment at: llvm/test/Transforms/InstCombine/mem-par-metadata-memcpy.ll:2
@@ +1,3 @@
+; Make sure the llvm.mem.parallel_loop_access meta-data is preserved
+; when a memcpy is replaced with a load+store by instcombine
+;
----------------
Can add here that this is related to PR28981, for the broader context.


https://reviews.llvm.org/D23499





More information about the llvm-commits mailing list