[PATCH] D35663: [Polly] Remove dependency of `Scop::getStmtFor(Inst)` on `getStmtFor(BB)`. [NFC].

Nandini Singhal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 04:52:32 PDT 2017


nandini12396 updated this revision to Diff 109519.
nandini12396 marked an inline comment as done.
nandini12396 added a comment.

@Meinersbur : This change leads to failure of `ForwardOpTree/noforward_synthesizable_unknownit.ll` because getStmtFor synthesizable instruction returns nullptr, which makes `DefStmt` null in line 227.


https://reviews.llvm.org/D35663

Files:
  include/polly/ScopInfo.h
  lib/Analysis/ScopInfo.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35663.109519.patch
Type: text/x-patch
Size: 3571 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170803/35b43d37/attachment.bin>


More information about the llvm-commits mailing list