[PATCH] D33942: [Polly] [WIP] Getting a SCoP statement for each instruction. NFC
Nandini Singhal via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jun 10 10:30:40 PDT 2017
nandini12396 added a comment.
Sir, afaiu the problem seems to be that there maybe not be any ScopStmt, to which the first / last instruction of the BB belongs to; and hence the ScopStmt is null. So should I iterate over BB until I find the first/last instruction which corresponds to a ScopStmt ?
https://reviews.llvm.org/D33942
More information about the llvm-commits
mailing list