Hi, I have two questions below for software pipelining.
1) Why didn't the file xx.se66 occur for my linear assembly file named xx.sa after I using the opt "-MW -k" to compile. so I cannot see the information of software pipelining.(but when I use xx.cpp, there is no such problems).What should I check to my compile opts?
2) which is better between a and b.
a. ii = 4 Schedule found with 9 iterations in parallel.
b. ii = 4 Schedule found with 3 iterations in parallel.
3)which is better between c and d.
c. ii = 4 Schedule found with 9 iterations in parallel.
d. ii = 3 Schedule found with 9 iterations in parallel.