[PATCH] D39971: Port ScopInfo to the isl cpp bindings

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 03:32:41 PST 2017


philip.pfaffe updated this revision to Diff 123314.
philip.pfaffe marked 12 inline comments as done.
philip.pfaffe added a comment.

Address review comments.

Changing the printing from GICHelper towards using to_str() on the isl objects requires changing a handful of testcases.

@meinersbur: Do you agree with the testcase changes?


https://reviews.llvm.org/D39971

Files:
  include/polly/ScheduleOptimizer.h
  include/polly/ScopInfo.h
  include/polly/Support/ISLOStream.h
  lib/Analysis/ScopInfo.cpp
  lib/CodeGen/IslAst.cpp
  lib/CodeGen/IslNodeBuilder.cpp
  lib/CodeGen/PPCGCodeGeneration.cpp
  lib/Exchange/JSONExporter.cpp
  lib/Support/SCEVAffinator.cpp
  lib/Transform/FlattenSchedule.cpp
  lib/Transform/ForwardOpTree.cpp
  lib/Transform/ScheduleOptimizer.cpp
  lib/Transform/Simplify.cpp
  test/ForwardOpTree/forward_into_region_redundant_use.ll
  test/ForwardOpTree/forward_load.ll
  test/ForwardOpTree/forward_load_differentarray.ll
  test/ForwardOpTree/forward_load_double_write.ll
  test/ForwardOpTree/forward_load_fromloop.ll
  test/ForwardOpTree/forward_load_indirect.ll
  test/ForwardOpTree/forward_load_memset_before.ll
  test/ForwardOpTree/forward_load_tripleuse.ll
  test/ForwardOpTree/forward_load_unrelatedunusual.ll
  test/ScheduleOptimizer/mat_mul_pattern_data_layout.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39971.123314.patch
Type: text/x-patch
Size: 65362 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171117/f8f2567e/attachment.bin>


More information about the llvm-commits mailing list