[PATCH] D34971: Remove freed InvalidDomains from InvalidDomainMap.

Tobias Grosser via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 9 08:47:49 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL307499: Remove freed InvalidDomains from InvalidDomainMap. (authored by grosser).

Repository:
  rL LLVM

https://reviews.llvm.org/D34971

Files:
  polly/trunk/lib/Analysis/ScopInfo.cpp


Index: polly/trunk/lib/Analysis/ScopInfo.cpp
===================================================================
--- polly/trunk/lib/Analysis/ScopInfo.cpp
+++ polly/trunk/lib/Analysis/ScopInfo.cpp
@@ -2825,6 +2825,7 @@
         continue;
 
       isl_set_free(InvalidDomain);
+      InvalidDomainMap.erase(BB);
       invalidate(COMPLEXITY, TI->getDebugLoc());
       return false;
     }


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D34971.105777.patch
Type: text/x-patch
Size: 389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170709/d3df45eb/attachment.bin>


More information about the llvm-commits mailing list