[PATCH] D42142: Adding Live-range reordering for Polly

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 16:44:22 PST 2018


Meinersbur added a comment.

Hi Alex,

thanks for the work, your experiments sound very promising. In any case, test cases would be needed.

Michael



================
Comment at: lib/Transform/ScheduleOptimizer.cpp:97-103
+extern "C" {
+#include "ppcg/cuda.h"
+#include "ppcg/gpu.h"
+#include "ppcg/gpu_print.h"
+#include "ppcg/ppcg.h"
+#include "ppcg/schedule.h"
+}
----------------
Would it be possible to not require any part of ppcg? We only require a small part of it (the live-range reordering), having coupling with ppcg should not be necessary.


Repository:
  rPLO Polly

https://reviews.llvm.org/D42142





More information about the llvm-commits mailing list