isl_aff.c: pw_aff_aff_on_domain: explicitly insert domain
commit7db588fe11864c54ac1d1f4359f646ab47d7da2d
authorSven Verdoolaege <skimo@kotnet.org>
Mon, 30 Jan 2017 14:41:35 +0000 (30 15:41 +0100)
committerSven Verdoolaege <sven.verdoolaege@gmail.com>
Tue, 26 Dec 2017 14:47:00 +0000 (26 15:47 +0100)
tree0558d3fca944842be8f8338236e28207c983c936
parent24a92727fd37a855bb32810aede017f184e90f0f
isl_aff.c: pw_aff_aff_on_domain: explicitly insert domain

This function adds input dimensions to an object living in a set space.
While this happens to work in the current code base, this is technically
incorrect.  First change the object to live in a map space.

Signed-off-by: Sven Verdoolaege <sven.verdoolaege@gmail.com>
isl_aff.c