Move to isl's new dependence analysis interface [NFC]
isl_union_map_compute_flow() has been replaced by isl_union_access_info_compute_flow(). This change does not intend to change funcitonality, yet. However, it will allow us to pass in subsequent changes schedule trees to the dependence analysis instead of flat schedules. This should speed up dependence analysis for important cases significantly. llvm-svn: 235373
Loading
Please sign in to comment