llvm-project/polly/lib/Analysis
Johannes Doerfert 90db75ed24 Runtime error check elimination
Hoist runtime checks in the loop nest if they guard an "error" like event.
  Such events are recognized as blocks with an unreachable terminator or a call
  to the ubsan function that deals with out of bound accesses. Other "error"
  events can be added easily.

  We will ignore these blocks when we detect/model/optmize and code generate SCoPs
  but we will make sure that they would not have been executed using the assumption
  framework.

llvm-svn: 247310
2015-09-10 17:51:27 +00:00
..
DependenceInfo.cpp Use schedule trees to compute dependences 2015-08-18 15:05:29 +00:00
ScopDetection.cpp Runtime error check elimination 2015-09-10 17:51:27 +00:00
ScopDetectionDiagnostic.cpp Add diagnostic for unsigned integer comparisions 2015-05-20 15:37:11 +00:00
ScopGraphPrinter.cpp Add option -polly-view-only 2015-08-03 16:39:56 +00:00
ScopInfo.cpp Runtime error check elimination 2015-09-10 17:51:27 +00:00
ScopPass.cpp [Refactor] Add a Scop & as argument to printScop 2015-03-01 18:40:25 +00:00