[PATCH] D35691: [Polly] [ScopInfo] Avoid use of getStmtFor(BB). NFC.
Michael Kruse via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 20 13:23:33 PDT 2017
Meinersbur added a comment.
`Intrinsic::assume` (the `CI`) is an ignored intrinsic, it will not be contained in any ScopStmt. `getStmtFor(CI)` therefore will necessarily return `nullptr` once `getStmtFor(Instruction*)` is implemented properly.
https://reviews.llvm.org/D35691
More information about the llvm-commits
mailing list