[PATCH] D24716: [Polly] DeLICM/DePRE (WIP)

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 14 08:19:37 PST 2017


grosser added a comment.

Hi Michael,

thank you for the quick update. The knowledge stuff is now really well polished. Thanks! Feel free to commit it.

I will try to have a look at the remaining parts later tonight!



================
Comment at: lib/Transform/DeLICM.cpp:50
+// the zone begins with a write that defines the value during its lifetime and
+// ends with the last read of that value. The following we consider whether a
+// read/write at the beginning/ending of the lifetime zone should be within the
----------------
IN the following


https://reviews.llvm.org/D24716





More information about the llvm-commits mailing list