This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, ivopts] Handle type-converted IVs better
Paolo Bonzini writes:
> >> If it can be made into a new dejagnu test for the testsuite, even
> >> better.
> >
> > No unfortunately, at least not yet. I don't think there is
> > infrastructure for checking the number of induction variables ivopts
> > determines. I am planning to do something about this though.
>
> You can scan-assembler-not for sll, and mark it as xfail.
I guess you can do that but I hope you understand that that is
unrelated to the issue we are fixing here.
Adam