[PATCH] D45743: [Polly] Print executed statement instances at runtime.

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 09:22:08 PDT 2018


philip.pfaffe added inline comments.


================
Comment at: include/polly/CodeGen/RuntimeDebugBuilder.h:36
+                                         llvm::StringRef Str) {
+    return Builder.CreateGlobalStringPtr(Str, "", 4);
+  }
----------------
Why AddressSpace=4?


Repository:
  rPLO Polly

https://reviews.llvm.org/D45743





More information about the llvm-commits mailing list