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

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 16 16:30:14 PDT 2016


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

Finished revising. Feel free to review.

Still in progress:

- 6 LNT test-suite failures sneaked in
- Systematic unit tests
- One change to ISL already sent to isl-development


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/External/isl/include/isl/id.h
  lib/Support/GICHelper.cpp
  lib/Support/RegisterPasses.cpp
  lib/Transform/DeLICM.cpp
  test/CMakeLists.txt
  test/DeLICM/gemm_complete.ll
  test/DeLICM/incomplete_phi.ll
  test/DeLICM/reduction_embedded.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/update_check.py
  unittests/CMakeLists.txt
  unittests/DeLICM/CMakeLists.txt
  unittests/DeLICM/DeLICMTest.cpp

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


More information about the llvm-commits mailing list