[all-commits] [llvm/llvm-project] e470f9: [Polly] Implement user-directed loop distribution/...
Michael Kruse via All-commits
all-commits at lists.llvm.org
Thu Sep 23 19:13:19 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e470f9268a448fedea25289ec343f82ff52ccc36
https://github.com/llvm/llvm-project/commit/e470f9268a448fedea25289ec343f82ff52ccc36
Author: Michael Kruse <llvm-project at meinersbur.de>
Date: 2021-09-23 (Thu, 23 Sep 2021)
Changed paths:
M polly/include/polly/DependenceInfo.h
M polly/include/polly/ManualOptimizer.h
M polly/include/polly/ScheduleTreeTransform.h
M polly/lib/Analysis/DependenceInfo.cpp
M polly/lib/Transform/ManualOptimizer.cpp
M polly/lib/Transform/ScheduleOptimizer.cpp
M polly/lib/Transform/ScheduleTreeTransform.cpp
A polly/test/ScheduleOptimizer/ManualOptimization/distribute_heuristic.ll
A polly/test/ScheduleOptimizer/ManualOptimization/distribute_illegal_looploc.ll
A polly/test/ScheduleOptimizer/ManualOptimization/distribute_illegal_pragmaloc.ll
Log Message:
-----------
[Polly] Implement user-directed loop distribution/fission.
This is a simple version without the possibility to define distribute
points or followup-transformations. However, it is the first
transformation that has to check whether the transformation is correct.
It interprets the same metadata as the LoopDistribute pass.
Re-apply after revert in c7bcd72a38bcf99e03e4651ed5204d1a1f2bf695 with
fix: Take isBand out of #ifndef NDEBUG since it now is used
unconditionally.
More information about the All-commits
mailing list