https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108129
Richard Biener changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
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:
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
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
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108129
--- Comment #2 from Andrew Pinski ---
This might improve the build time of GCC ...
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108129
Martin Liška changed:
What|Removed |Added
Ever confirmed|0 |1
Status|UNCONFIRMED