[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
Thu Jun 15 05:25:37 PDT 2017
nandini12396 marked 3 inline comments as done.
nandini12396 added a comment.
The most appearing cause of failure of the test cases is:
opt: /home/nandini/llvm/tools/polly/lib/Analysis/ScopInfo.cpp:3058: bool polly::Scop::propagateDomainConstraints(llvm::Region*, llvm::DominatorTree&, llvm::LoopInfo&): Assertion `Domain' failed.
But I do not seem to understand the reason for this assertion fail. Can you please give me some pointers?
https://reviews.llvm.org/D33942
More information about the llvm-commits
mailing list