[PATCH] D48026: [ScopHelper] Provide support for recognising collective invariant loads

SAHIL GIRISH YERAWAR via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 21 06:19:09 PDT 2018


cs15btech11044 updated this revision to Diff 152269.
cs15btech11044 edited the summary of this revision.
cs15btech11044 added a comment.

Updates made in this patch:

1. Implemented @philip.pfaffe 's fixed-point iteration idea to decide the invariant loads, which also solves the instability issue of the previous approach.
2. Added Doxygen comment for the newly introduced parameter.
3. Renamed the temporary variables according to LLVM standards.
4. Used `foreach` for iterating over the invariant load set.


https://reviews.llvm.org/D48026

Files:
  include/polly/Support/ScopHelper.h
  lib/Analysis/ScopDetection.cpp
  lib/Support/ScopHelper.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48026.152269.patch
Type: text/x-patch
Size: 4642 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180621/1285cdf6/attachment.bin>


More information about the llvm-commits mailing list