https://gcc.gnu.org/bugzilla/show_bug.cgi?id=120562
Avinash Jayakar <avinashd at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |avinashd at gcc dot gnu.org
--- Comment #2 from Avinash Jayakar <avinashd at gcc dot gnu.org> ---
I am able to reproduce this issue.
Using -funroll-loops along with -O2 and -m32 gives the desired result.
But I do see differences in 188t.cunroll gimple dump with and w/o
-funroll-loops.
With the flag, the unroll happens in the cunroll pass, but not with just plain
O2.
I believe it should unroll loop just with O2 flag in the cunroll pass right?