Add a flag to dump SCoP optimized with the IslScheduleOptimizer pass
authorRoman Gareev <gareevroman@gmail.com>
Sun, 21 Aug 2016 11:20:39 +0000 (11:20 +0000)
committerRoman Gareev <gareevroman@gmail.com>
Sun, 21 Aug 2016 11:20:39 +0000 (11:20 +0000)
commit5f99f8656e542c0e0fc52b6f8741b3c01afdb76e
tree243ddac53566c3e9ea95ee6d4b8be6ac74cc0946
parente2ee79afde0ba45e427b8c7781e944af80cbbe2d
Add a flag to dump SCoP optimized with the IslScheduleOptimizer pass

Dump polyhedral descriptions of Scops optimized with the isl scheduling
optimizer and the set of post-scheduling transformations applied
on the schedule tree to be able to check the work of the IslScheduleOptimizer
pass at the polyhedral level.

Reviewed-by: Tobias Grosser <tobias@grosser.es>
Differential Revision: https://reviews.llvm.org/D23740

llvm-svn: 279395
polly/lib/Transform/ScheduleOptimizer.cpp
polly/test/ScheduleOptimizer/mat_mul_pattern_data_layout.ll [moved from polly/test/Isl/CodeGen/MemAccess/mat_mul_pattern_data_layout.ll with 58% similarity]