[PATCH] D48874: [Polly] [WIP] Introduce ShapeInfo into polly.
SAHIL GIRISH YERAWAR via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 5 22:52:06 PDT 2018
cs15btech11044 added inline comments.
================
Comment at: lib/CodeGen/IslExprBuilder.cpp:326
+ Value *DimSize = nullptr;
+ llvm::ValueToValueMap Map(GlobalMap.begin(), GlobalMap.end());
+
----------------
[suggestion] Could you change the variable name `Map` to something more specific? This improves the readability of this code snippet.
Repository:
rPLO Polly
https://reviews.llvm.org/D48874
More information about the llvm-commits
mailing list