[PATCH] D23549: [SROA] Preserve llvm.mem.parallel_loop_access metadata

Dorit Nuzman via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 28 03:45:20 PDT 2016


dorit updated this revision to Diff 69510.
dorit added a comment.

Slightly updated the testcase: Moved the RUN command to the top of the file; added CHECK and CHECK-NOTs to verify not only that stores without metadata don't appear before the first positive match, but that they also don't appear between and after the positive matches.


https://reviews.llvm.org/D23549

Files:
  llvm/lib/Transforms/Scalar/SROA.cpp
  llvm/test/Transforms/SROA/mem-par-metadata-sroa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23549.69510.patch
Type: text/x-patch
Size: 8418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160828/11fe88a5/attachment.bin>


More information about the llvm-commits mailing list