[PATCH] D33255: [Polly][CodeGen] Support partial write accesses.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 15:15:05 PDT 2017


Meinersbur added inline comments.


================
Comment at: lib/CodeGen/IslNodeBuilder.cpp:794
 
-#ifndef NDEBUG
+#if 0
     auto Dom = Stmt->getDomain();
----------------
grosser wrote:
> Why "if 0"?
Mmmh, I seem to have forgotten to adapt this function.


https://reviews.llvm.org/D33255





More information about the llvm-commits mailing list