llvm-project/polly/lib/CodeGen
Tobias Grosser 3e9560200f RegionGenerator: Clear local maps after statement construction
These maps are only needed during the construction of a single region statement.
Clearing them is important, as we otherwise get an assert in case some of the
referenced values are erased before the RegionGenerator is deleted.

llvm-svn: 251341
2015-10-26 20:41:53 +00:00
..
BlockGenerators.cpp RegionGenerator: Clear local maps after statement construction 2015-10-26 20:41:53 +00:00
CodeGeneration.cpp Remove independent blocks pass 2015-10-18 12:28:00 +00:00
IRBuilder.cpp IRBuilder: Use Map.lookup instead of Map.find [NFC] 2015-10-07 13:35:20 +00:00
IslAst.cpp Also add -polly-no-early-exit back until LNT is restarted 2015-10-11 13:49:27 +00:00
IslExprBuilder.cpp Consolidate the different ValueMapTypes we are using 2015-10-04 10:18:32 +00:00
IslNodeBuilder.cpp [FIX] Restructure invariant load equivalence classes 2015-10-18 12:39:19 +00:00
LoopGenerators.cpp Move the ValueMapT declaration out of BlockGenerator 2015-10-07 20:15:56 +00:00
RuntimeDebugBuilder.cpp Add option -polly-codegen-add-debug-printing 2015-09-06 08:47:57 +00:00
Utils.cpp Fix Codegen adding a second exit out of region 2015-08-18 13:14:42 +00:00