[Bug target/115086] bic is not used when the non-not part is a constant

pinskia at gcc dot gnu.org gcc-bugzilla@gcc.gnu.org
Tue Jul 23 02:31:44 GMT 2024


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115086

--- Comment #10 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Another testcase:
```
unsigned test1(unsigned value)
{
  return ~(value | 0xf);
}
```

This one is reduced from PR 116013 .


More information about the Gcc-bugs mailing list