[all-commits] [llvm/llvm-project] 52c30a: [Polly] Implement user-directed loop distribution/...

Michael Kruse via All-commits all-commits at lists.llvm.org
Wed Sep 22 15:40:08 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 52c30adc7dfe6334b71adf256d81f70e7b976143
      https://github.com/llvm/llvm-project/commit/52c30adc7dfe6334b71adf256d81f70e7b976143
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2021-09-22 (Wed, 22 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.




More information about the All-commits mailing list