[Bug target/86722] ifcvt produces x&0 that is never cleaned up

2022-06-23 Thread roger at nextmovesoftware dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86722 Roger Sayle changed: What|Removed |Added Status|NEW |RESOLVED Target Milestone|---

[Bug target/86722] ifcvt produces x&0 that is never cleaned up

2022-03-21 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86722 --- Comment #5 from CVS Commits --- The master branch has been updated by H.J. Lu : https://gcc.gnu.org/g:bec69ac548b0f37b41d07082d6ee52b52d356536 commit r12-7743-gbec69ac548b0f37b41d07082d6ee52b52d356536 Author: H.J. Lu Date: Mon Mar 21

[Bug target/86722] ifcvt produces x&0 that is never cleaned up

2022-03-17 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86722 --- Comment #4 from CVS Commits --- The master branch has been updated by Roger Sayle : https://gcc.gnu.org/g:c482c28ba4c549006deb70dead90fe8ab34dcbcf commit r12-7693-gc482c28ba4c549006deb70dead90fe8ab34dcbcf Author: Roger Sayle Date: Thu

[Bug target/86722] ifcvt produces x&0 that is never cleaned up

2021-08-02 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86722 Andrew Pinski changed: What|Removed |Added CC||pinskia at gcc dot gnu.org Last

[Bug target/86722] ifcvt produces x&0 that is never cleaned up

2018-08-23 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86722 --- Comment #2 from Marc Glisse --- noce_try_cmove has if ((CONSTANT_P (if_info->a) || register_operand (if_info->a, VOIDmode)) && (CONSTANT_P (if_info->b) || register_operand (if_info->b, VOIDmode))) but the first 3 times we go

[Bug target/86722] ifcvt produces x&0 that is never cleaned up

2018-07-30 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86722 --- Comment #1 from Richard Biener --- code-gen should go thorough simplify_gen_* which should perform constant folding.