JScoP Import/Export: Ensure parameters have the same isl_id
authorTobias Grosser <tobias@grosser.es>
Thu, 23 Apr 2015 12:23:56 +0000 (12:23 +0000)
committerTobias Grosser <tobias@grosser.es>
Thu, 23 Apr 2015 12:23:56 +0000 (12:23 +0000)
commit2165de8894a347895160bf3aca48d5324e725adc
treebb66ef72ac0d0f94be6965e237e75a00fe021950
parent10c7d300bc82b0f4788972688a44b1e320618185
JScoP Import/Export: Ensure parameters have the same isl_id

When reading parameters from a JSON file parameters with identical names
may be related to different isl_ids, which then causes isl to treat them
as differnet objects. This does not cause issues at the moment, but has
shown problematic in subsequent schedule tree changes.

This commit will be tested by the following changes.

llvm-svn: 235588
polly/lib/Exchange/JSONExporter.cpp