[PATCH] D49024: [Polly] [WIP] Introduce ShapeInfo into polly for sizes and strides.
SAHIL GIRISH YERAWAR via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Jul 8 03:15:48 PDT 2018
cs15btech11044 added inline comments.
================
Comment at: lib/Analysis/ScopBuilder.cpp:752
+ isa<LoadInst>(Inst) ? MemoryAccess::READ : MemoryAccess::MUST_WRITE;
+ scop->invalidate(DELINEARIZATION, Inst->getDebugLoc(), Inst->getParent());
+
----------------
@Bollu. I am talking about this line here
https://reviews.llvm.org/D49024
More information about the llvm-commits
mailing list