[PATCH] D24716: [Polly] DeLICM/DePRE (WIP)
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 29 09:47:47 PST 2016
Meinersbur updated this revision to Diff 79595.
Meinersbur marked 2 inline comments as done.
Meinersbur added a comment.
Rebase to r288160
Other smaller changes:
- Refactor-out ScalarDefUseChains (also used by revised Known pass)
- Move shared_ptr<isl_ctx> into ZoneAlgorithm
- Update isConflicting implementation from experimental branch
- Update tests from experimental brach
- Add some statistics
- Remove some fields that are not required by DeLICM algorithm
https://reviews.llvm.org/D24716
Files:
include/polly/DeLICM.h
include/polly/ScopInfo.h
include/polly/Support/GICHelper.h
lib/Analysis/ScopInfo.cpp
lib/Support/GICHelper.cpp
lib/Support/RegisterPasses.cpp
lib/Transform/DeLICM.cpp
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
unittests/CMakeLists.txt
unittests/DeLICM/CMakeLists.txt
unittests/DeLICM/DeLICMTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24716.79595.patch
Type: text/x-patch
Size: 236257 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161129/6ccd23e7/attachment-0001.bin>
More information about the llvm-commits
mailing list