rise-lang / shine

The Shine compiler for the RISE language
https://rise-lang.org
MIT License
73 stars 8 forks source link

GEMV N reduction loop should not be unrolled #213

Open Bastacyclop opened 3 years ago

Bastacyclop commented 3 years ago

In CGO17's GEMV N/T benchmarks, there is a reduction loop which is unrolled while it should not be.

I assume that the bug is in the FlagPrivateArrayLoops pass, but this is just a guess.