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

Bonfante Nicolas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 18 10:30:28 PDT 2017


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

Add a check that verify, before expansion (in isExpandable) if the expansion would lead to a read from the original value of the 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.111698.patch
Type: text/x-patch
Size: 16662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170818/e1677135/attachment.bin>


More information about the llvm-commits mailing list