[Bug tree-optimization/108129] nop_atomic_bit_test_and_p is too bloated

2023-03-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108129 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/108129] nop_atomic_bit_test_and_p is too bloated

2023-03-28 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108129 --- Comment #6 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:75cda3be0232f745cda4e177d514f6900390af0b commit r13-6902-g75cda3be0232f745cda4e177d514f6900390af0b Author: Richard Biener Date:

[Bug tree-optimization/108129] nop_atomic_bit_test_and_p is too bloated

2023-03-28 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108129 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org

[Bug tree-optimization/108129] nop_atomic_bit_test_and_p is too bloated

2023-03-27 Thread crazylht at gmail dot com via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108129 --- Comment #4 from Hongtao.liu --- We may merge ATOMIC_XXX_N with SYNC_XXX_N if the "?" can be extent to optional operand. The only difference between them is ATOMIC_XXX_N has one more parameter, and it's not used by the pattern match. Curren

[Bug tree-optimization/108129] nop_atomic_bit_test_and_p is too bloated

2022-12-15 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108129 --- Comment #3 from Richard Biener --- (In reply to Alexander Monakov from comment #0) > match.pd has multi-pattern matcher 'nop_atomic_bit_test_and_p'. > > It expands to ~38 KLOC in gimple-match.cc and ~350 KB in the compiled binary. > > Ther

[Bug tree-optimization/108129] nop_atomic_bit_test_and_p is too bloated

2022-12-15 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108129 --- Comment #2 from Andrew Pinski --- This might improve the build time of GCC ...

[Bug tree-optimization/108129] nop_atomic_bit_test_and_p is too bloated

2022-12-15 Thread marxin at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108129 Martin Liška changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED