[PATCH] D33255: [Polly][CodeGen] Support partial write accesses.
Tobias Grosser via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 18 14:50:13 PDT 2017
grosser accepted this revision.
grosser added inline comments.
This revision is now accepted and ready to land.
================
Comment at: include/polly/ScopInfo.h:1032
+ /// Return whether the MempryAcces is a partial access. That is, it does not
+ /// access memory in the entire parent statement's domain.
----------------
MemoryAccess
================
Comment at: lib/CodeGen/IslNodeBuilder.cpp:794
-#ifndef NDEBUG
+#if 0
auto Dom = Stmt->getDomain();
----------------
Why "if 0"?
https://reviews.llvm.org/D33255
More information about the llvm-commits
mailing list