[PATCH] D36380: [Polly][ForwardOpTree] Use known array content analysis to forward load instruction.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 7 11:33:25 PDT 2017


Meinersbur updated this revision to Diff 110038.
Meinersbur added a comment.

- Rebase to r310236
- polly-optree-analyze-known by default + use isl++
- Address Tobias' comment
- Add translator to make newly added loads reuse previous known values analysis


https://reviews.llvm.org/D36380

Files:
  include/polly/ScopInfo.h
  include/polly/Support/ISLTools.h
  include/polly/ZoneAlgo.h
  lib/Analysis/ScopInfo.cpp
  lib/Support/ISLTools.cpp
  lib/Transform/DeLICM.cpp
  lib/Transform/ForwardOpTree.cpp
  lib/Transform/ZoneAlgo.cpp
  test/ForwardOpTree/forward_load.ll
  test/ForwardOpTree/forward_load_differentarray.ll
  test/ForwardOpTree/forward_load_fromloop.ll
  test/ForwardOpTree/forward_load_indirect.ll
  test/ForwardOpTree/forward_load_tripleuse.ll
  test/ForwardOpTree/noforward_load_conditional.ll
  test/ForwardOpTree/noforward_load_writebetween.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36380.110038.patch
Type: text/x-patch
Size: 55641 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170807/d8730f07/attachment.bin>


More information about the llvm-commits mailing list