[OPENMP]Make the loop with unsigned counter countable.
According to the report, better to keep the original strict compare operation as the loop condition with unsigned loop counters to make the loop countable. This allows further loop transformations. llvm-svn: 352526
Loading
Please sign in to comment