[PATCH] D24716: [Polly] DeLICM/DePRE (WIP)

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 16:32:02 PDT 2016


Meinersbur updated this revision to Diff 74456.
Meinersbur marked 33 inline comments as done.
Meinersbur added a comment.
Herald added a subscriber: modocache.

Update to current state as requested by Tobias.

I suggest to not add inline comments at the moment as I am in the process of revising it myself. Functions will be moved, removed; files moved or deleted st inline comments disappear or show up at unrelated locations.


https://reviews.llvm.org/D24716

Files:
  include/polly/DeLICM.h
  include/polly/LinkAllPasses.h
  include/polly/ScopInfo.h
  include/polly/Support/GICHelper.h
  lib/Analysis/ScopInfo.cpp
  lib/CMakeLists.txt
  lib/CodeGen/BlockGenerators.cpp
  lib/CodeGen/IslNodeBuilder.cpp
  lib/Support/GICHelper.cpp
  lib/Support/RegisterPasses.cpp
  lib/Transform/DeLICM.cpp
  test/CMakeLists.txt
  test/DeLICM/block.ll
  test/DeLICM/block0.ll
  test/DeLICM/delicm_GVN.ll
  test/DeLICM/delicm_LICM_cond.ll
  test/DeLICM/delicm_LICM_conditional_reductions.ll
  test/DeLICM/delicm_LICM_consecutive_reductions.ll
  test/DeLICM/delicm_LICM_loads.ll
  test/DeLICM/delicm_LICM_nested_reductions.ll
  test/DeLICM/delicm_LICM_nonaffine.ll
  test/DeLICM/delicm_LICM_reduction.ll
  test/DeLICM/delicm_LICM_split.ll
  test/DeLICM/delicm_LICM_two_reductions.ll
  test/DeLICM/delicm_LICM_writes.ll
  test/DeLICM/delicm_base.ll
  test/DeLICM/doubleacc.ll
  test/DeLICM/durbin.ll
  test/DeLICM/gemm-before.ll
  test/DeLICM/gemm.ll
  test/DeLICM/gemm_complete.ll
  test/DeLICM/incomplete_phi.ll
  test/DeLICM/licm_potential_store.ll
  test/DeLICM/licm_reduction_nested.ll
  test/DeLICM/licm_store.ll
  test/DeLICM/macroblock0.ll
  test/DeLICM/oggenc.ll
  test/DeLICM/reduction.ll
  test/DeLICM/reduction_embedded.ll
  test/DeLICM/tsc.ll
  test/DeLICM/tsc0.ll
  test/ScopInfo/NonAffine/non_affine_loop_used_later.ll
  test/ScopInfo/licm_load.ll
  test/ScopInfo/licm_potential_store.ll
  test/ScopInfo/licm_reduction.ll
  test/ScopInfo/licm_reduction_nested.ll
  test/ScopInfo/licm_store.ll
  test/compute.ll
  test/correlation.ll
  test/fasta.ll
  test/gcc-loops.ll
  test/libclamav_autoit.ll
  test/oggenc.ll
  test/oopack_v1p8.ll
  test/oourafft.ll
  test/stepanov_container.ll
  test/update_check.py
  unittests/CMakeLists.txt
  unittests/DeLICM/CMakeLists.txt
  unittests/DeLICM/DeLICMTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24716.74456.patch
Type: text/x-patch
Size: 654411 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161012/faa258f5/attachment-0001.bin>


More information about the llvm-commits mailing list