Use stringFromIslObj instead of isl_..._dump to print to dbgs()
authorTobias Grosser <tobias@grosser.es>
Wed, 22 Oct 2014 23:16:28 +0000 (23:16 +0000)
committerTobias Grosser <tobias@grosser.es>
Wed, 22 Oct 2014 23:16:28 +0000 (23:16 +0000)
commit01aea5809f19901fc30fe40ff03b662c1bb90141
tree3b3626599b136f7c679e755fb97200a30eda99bd
parent51c8b3e9dbcdac883ea20d559a4714d2336227ab
Use stringFromIslObj instead of isl_..._dump to print to dbgs()

This makes sure we consistently use dbgs() when printing debug output.
Previously, the code just mixed calls to isl_*_dump() with printing to dbgs()
and was relying for both methods to interact in predictable ways (same output
stream, no unexpected reordering of outputs).

llvm-svn: 220443
polly/lib/CodeGen/IslAst.cpp
polly/lib/Transform/ScheduleOptimizer.cpp