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

Tobias Grosser via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 12 22:46:28 PDT 2016


grosser added a comment.

Hi Michael,

thanks for the update. Let me know when you want comments. ;)

Best,
Tobias



================
Comment at: lib/CodeGen/IslNodeBuilder.cpp:728
+    assert(!MA->getLatestScopArrayInfo()->getBasePtrOriginSAI() &&
+           "Indirect access codegen not supported");
     auto PWAccRel = MA->applyScheduleToAccessRelation(Schedule);
----------------
This seems to be a leftover, as the same change has been committed a couple of lines above.


https://reviews.llvm.org/D24716





More information about the llvm-commits mailing list