GPGPU: Format statements scheduled on the host ourselves
authorTobias Grosser <tobias@grosser.es>
Fri, 15 Jul 2016 17:12:41 +0000 (17:12 +0000)
committerTobias Grosser <tobias@grosser.es>
Fri, 15 Jul 2016 17:12:41 +0000 (17:12 +0000)
commit2025173494a8ca3ee713896c7efed8152eb76287
tree58522ca989b62a03f90bb86a5d19ff60c0fe8ec7
parent771c34513a578b14ef8fd792a3e8bdb4c9ebb962
GPGPU: Format statements scheduled on the host ourselves

Otherwise ppcg would try to call into pet functionality that this not available,
which obviously will cause trouble. As we can easily print these statements
ourselves, we just do so.

llvm-svn: 275579
polly/lib/CodeGen/PPCGCodeGeneration.cpp
polly/test/GPGPU/host-statement.ll [new file with mode: 0644]