[PATCH] D97977: [Polly][Optimizer] Apply user-directed unrolling.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 15 11:07:57 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG3f170eb19790: [Polly][Optimizer] Apply user-directed unrolling. (authored by Meinersbur).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97977/new/

https://reviews.llvm.org/D97977

Files:
  polly/include/polly/CodeGen/IRBuilder.h
  polly/include/polly/ManualOptimizer.h
  polly/include/polly/ScheduleTreeTransform.h
  polly/include/polly/ScopInfo.h
  polly/include/polly/Support/ScopHelper.h
  polly/lib/Analysis/ScopBuilder.cpp
  polly/lib/CMakeLists.txt
  polly/lib/CodeGen/IRBuilder.cpp
  polly/lib/CodeGen/IslNodeBuilder.cpp
  polly/lib/Support/ScopHelper.cpp
  polly/lib/Transform/ManualOptimizer.cpp
  polly/lib/Transform/ScheduleOptimizer.cpp
  polly/lib/Transform/ScheduleTreeTransform.cpp
  polly/test/ScheduleOptimizer/ManualOptimization/disable_nonforced.ll
  polly/test/ScheduleOptimizer/ManualOptimization/unroll_double.ll
  polly/test/ScheduleOptimizer/ManualOptimization/unroll_full.ll
  polly/test/ScheduleOptimizer/ManualOptimization/unroll_partial.ll
  polly/test/ScheduleOptimizer/ManualOptimization/unroll_partial_followup.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97977.330735.patch
Type: text/x-patch
Size: 65121 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210315/10339897/attachment.bin>


More information about the llvm-commits mailing list