[PATCH] D26434: Preserve assumption cache in loop-rotate
Eli Friedman via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 8 17:15:13 PST 2016
efriedma added a comment.
Assertion:
clang++: [source]/lib/Analysis/AssumptionCache.cpp:127: virtual void llvm::AssumptionCacheTracker::verifyAnalysis() const: Assertion `AssumptionSet.count(cast<CallInst>(&II)) && "Assumption in scanned function not in cache"' failed.
Triggers in AssumptionCacheTracker::doFinalization().
Repository:
rL LLVM
https://reviews.llvm.org/D26434
More information about the llvm-commits
mailing list