~pali/llvm/polly-trunk

Viewing all changes in revision 3895.

  • Committer: meinersbur
  • Date: 2019-05-21 19:18:26 UTC
  • Revision ID: svn-v4:91177308-0d34-0410-b5e6-96231b3b80d8:polly/trunk:361290
[DeLICM] Use polly::singleton to allow empty result.

isl_map_from_union_map cannot determine the map's space if the union_map
is empty. polly::singleton was designed for this case. We pass the
expected map space to avoid crashing in isl_map_from_union_map.

This fixes an issue found by the aosp buildbot. Thanks to Eli Friedman
for the reproducer.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: