Skip to content
Commit e3d1f1c0 authored by Tobias Grosser's avatar Tobias Grosser
Browse files

ScopDetection: Tighten the check for always executed 'error blocks'

Basic blocks that are always executed can not be error blocks as their execution
can not possibly be an unlikely event. In this commit we tighten the check
if an error block to basic blcoks that do not dominate the exit condition, but
that dominate all exiting blocks of the scop.

llvm-svn: 252726
parent b12b006c
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment