https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109931
--- Comment #4 from Andrew Pinski ---
There is another bug about this.
In this case we know that bit 5 is set for the range ['a','z'] .
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109931
--- Comment #3 from Antony Polukhin ---
> But that's because nothing in the function asserts this? Without fully
> specializing and unrolling on the constant "hello" argument at least.
Yes, I was hoping for that unrolling to happen
Probably a
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109931
Jakub Jelinek changed:
What|Removed |Added
CC||aldyh at gcc dot gnu.org,
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109931
--- Comment #1 from Richard Biener ---
But that's because nothing in the function asserts this? Without fully
specializing and unrolling on the constant "hello" argument at least.