[PATCH] D24310: [Polly] Add -polly-flatten-schedule pass.

Michael Kruse via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 8 05:24:49 PDT 2016


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

Address Tobias' comments.

Rename isl_foreach to foreachElt and isl_foreach_with_break to foreach(Elt|Piece)WithBreak to match naming scheme.
I also considered "foreach" but clang-format treats it as a keyword.


https://reviews.llvm.org/D24310

Files:
  include/polly/FlattenAlgo.h
  include/polly/FlattenSchedule.h
  include/polly/LinkAllPasses.h
  include/polly/Support/GICHelper.h
  lib/CMakeLists.txt
  lib/Support/GICHelper.cpp
  lib/Support/RegisterPasses.cpp
  lib/Transform/FlattenAlgo.cpp
  lib/Transform/FlattenSchedule.cpp
  test/FlattenSchedule/gemm.ll
  test/update_check.py
  unittests/CMakeLists.txt
  unittests/Flatten/CMakeLists.txt
  unittests/Flatten/FlattenTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24310.70683.patch
Type: text/x-patch
Size: 46568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160908/9fbfc713/attachment.bin>


More information about the llvm-commits mailing list