llvm-project/polly/lib/CodeGen
Johannes Doerfert 43788c5783 Check for feasible runtime check context early
Instead of generating code for an empty assumed context we bail out
  early. As the number of assumptions we generate increases this becomes
  more and more important. Additionally, this change will allow us to
  hide internal contexts that are only used in runtime checks e.g., a
  boundary context with constraints not suited for simplifications.

llvm-svn: 245540
2015-08-20 05:58:56 +00:00
..
BlockGenerators.cpp Move early exit to the beginning of the function 2015-08-18 17:25:48 +00:00
CodeGeneration.cpp Fix Polly after SCEV port to new pass manager 2015-08-17 10:57:08 +00:00
IRBuilder.cpp Generate alias metadata even in OpenMP mode 2015-08-19 16:04:35 +00:00
IslAst.cpp Check for feasible runtime check context early 2015-08-20 05:58:56 +00:00
IslExprBuilder.cpp Introduce the ScopExpander as a SCEVExpander replacement 2015-08-18 11:56:00 +00:00
IslNodeBuilder.cpp Generate alias metadata even in OpenMP mode 2015-08-19 16:04:35 +00:00
LoopGenerators.cpp Fix typo 2015-08-19 14:22:48 +00:00
RuntimeDebugBuilder.cpp GPURuntimeDebugPrinter: Printer pointer values (except if they are strings) 2015-07-17 13:57:57 +00:00
Utils.cpp Fix Codegen adding a second exit out of region 2015-08-18 13:14:42 +00:00