"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "42f8ddeb115b8c575976254db43726dea06ca208"
[FIX] Create error-restrictions late
Before this patch we generated error-restrictions only for error-blocks, thus blocks (or regions) containing a not represented function call. However, the same reasoning is needed if the invalid domain of a statement subsumes its actual domain. To this end we move the generation of error-restrictions after the propagation of the invalid domains. Consequently, error-statements are now defined more general as statements that are assumed to be not executed. Additionally, we do not record an empty domain for such statements but a nullptr instead. This allows to distinguish between error-statements and dead-statements. llvm-svn: 269053
Loading
Please register or sign in to comment