- PPCG changed parts of it's API, so update PPCGCodeGeneration to adapt
to the changes.
- PPCG now uses isl_multi_pw_aff instead of an array of pw_aff. This needs us to adjust how we index array bounds and how we construct array bounds.
- PPCG introduces two new kinds of nodes: init_device and clear_device. We should investigate what the correct way to handle these are.
- PPCG has gotten smarter with its use of live range reordering, so some of the tests have a qualitative improvement.
- PPCG changed its output style, so many test cases need to be updated to fit the new style for polly-acc-dump-code checks.
Remove option. Put your name in contributors, if you want it in the source code.