[PATCH] D33942: [Polly] [ScopInfo] Do not use ScopStmt in Domain derivation of ScopInfo. NFC
Nandini Singhal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 21 07:27:10 PDT 2017
nandini12396 added inline comments.
================
Comment at: lib/Analysis/ScopInfo.cpp:1474
+ PWACtx PWAC = S.getPwAff(E, S.getEntry(), NonNegative);
+ InvalidDomainMap[BB] = isl_set_union(InvalidDomainMap[BB], PWAC.second);
+ return PWAC.first;
----------------
@Meinersbur : I think I am doing something wrong here. Can you please help.
https://reviews.llvm.org/D33942
More information about the llvm-commits
mailing list