[Bug tree-optimization/57755] Improve fold_binary_op_with_conditional_arg

2023-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755 Andrew Pinski changed: What|Removed |Added Status|NEW |ASSIGNED Severity|normal

[Bug tree-optimization/57755] Improve fold_binary_op_with_conditional_arg

2023-09-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755 --- Comment #6 from Andrew Pinski --- (In reply to Andrew Pinski from comment #4) > I think we should optimize this testcases slightly different from > "improving" fold_binary_op_with_conditional_arg (I think > fold_binary_op_with_conditional_arg

[Bug tree-optimization/57755] Improve fold_binary_op_with_conditional_arg

2023-05-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755 --- Comment #5 from Andrew Pinski --- unsigned g(unsigned a,unsigned b,unsigned c){ return ((a

[Bug tree-optimization/57755] Improve fold_binary_op_with_conditional_arg

2023-05-05 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755 Andrew Pinski changed: What|Removed |Added Last reconfirmed||2023-05-05 Status|UNCONFIRME

[Bug tree-optimization/57755] Improve fold_binary_op_with_conditional_arg

2018-09-29 Thread glisse at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755 --- Comment #3 from Marc Glisse --- (In reply to Eric Gallager from comment #2) > (In reply to Marc Glisse from comment #1) > > This patch seems to help for the testcases in this PR and passes the > > testsuite (with one XPASS). I'll add some tes

[Bug tree-optimization/57755] Improve fold_binary_op_with_conditional_arg

2018-06-28 Thread egallager at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755 Eric Gallager changed: What|Removed |Added CC||egallager at gcc dot gnu.org S

[Bug tree-optimization/57755] Improve fold_binary_op_with_conditional_arg

2013-06-28 Thread glisse at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57755 Marc Glisse changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |glisse at gcc dot gnu.org --- Comme