[PATCH] D36647: [Polly][WIP] Scalar fully indexed expansion

Bonfante Nicolas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 18 09:17:39 PDT 2017


niosega updated this revision to Diff 111684.
niosega added a comment.

Rebase with the new version of master to fix the bug of not correct dependencies (https://reviews.llvm.org/D36791).
Take Michael and Andreas comments into account.

Some test cases for phi expansion need to be added. But the one in place output the expected memory accesses.

I need to add a check before expansion to avoid expansion of Phi which need read from original scalar.


https://reviews.llvm.org/D36647

Files:
  lib/Transform/MaximalStaticExpansion.cpp
  test/MaximalStaticExpansion/working_expansion.ll
  test/MaximalStaticExpansion/working_phi_expansion.ll
  test/MaximalStaticExpansion/working_value_expansion.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36647.111684.patch
Type: text/x-patch
Size: 15426 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170818/cb8ea439/attachment.bin>


More information about the llvm-commits mailing list