[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:41:22 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL310279: [ForwardOpTree] Use known array content analysis to forward load instructions. (authored by Meinersbur).

Changed prior to commit:
  https://reviews.llvm.org/D36380?vs=110038&id=110040#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D36380

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

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


More information about the llvm-commits mailing list