[PATCH] [DependenceAnalysis] Extend unifySubscriptType for handling coupled subscript groups.
Jingyue Wu
jingyue at google.com
Tue May 12 17:04:33 PDT 2015
REPOSITORY
rL LLVM
================
Comment at: lib/Analysis/DependenceAnalysis.cpp:3599
@@ -3564,2 +3598,3 @@
Mivs.set(SJ);
+ PairsInGroup.push_back(&Pair[SJ]);
}
----------------
I may be missing something. Why not calling `unifySubscriptType(Pairs[SJ])` here? Do we have to unify the subscript types across the entire group?
http://reviews.llvm.org/D9698
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list