"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "8d3c89e765d69bf76b29d2d0fbea867b33fa5fc3"
Optimizer: Do not accidentally set schedule to NULL
In case the domain of a statement is empty, the schedule optimizer set by accident the schedule to a NULL pointer. This is incorrect. Instead, we set it to an empty isl_map with zero schedule dimensions. We already checked for this in our test cases, but unfortunately the test cases did not fail as expected. The assert we add in this commit now ensures that the test cases fail properly in case we regress on this again. llvm-svn: 201886
Loading
Please register or sign in to comment