Hello!
I have encountered an issue when using the isl_schedule_read_from_file function. Specifically, I am working with the following scenario:
File 1 is the schedule that I need to read.
After reading the schedule, I use isl_schedule_dump to generate schedule in File 2.
However, I have noticed that there is a difference in the order of the nodes under the schedule section, specifically with the nodes S_4 and S_5. This difference in order is affecting my subsequent flow dependency analysis.
Could you please help me understand the reason behind this discrepancy in the schedule reading process?
Below is the code I use to create the context and read the isl_schedule.
Thank you for your assistance.
Best regards,
Ranganhar