[PATCH] [Polly] Delinearize _all_ accesses to a multi-dimensional array

David Peixotto dpeixott at codeaurora.org
Fri Sep 12 13:49:43 PDT 2014


================
Comment at: include/polly/ScopDetectionDiagnostic.h:90
@@ -89,2 +89,3 @@
   rrkLastAffFunc,
+  rrkDifferentElementSize,
 
----------------
The `rrkDifferentElementSize` enum value should go above `rrkLastAffFunc` because `ReportDifferentArrayElementSize` is a subclass of `ReportAffFunc`. Otherwise 

    isa<ReportAffFunc>(ReportDifferentArrayElementSize) 

will be false.

http://reviews.llvm.org/D5329






More information about the llvm-commits mailing list