https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45217
--- Comment #4 from Andrew Pinski ---
So I think isel should be able to recognize these. So I will be trying to
finish this up for GCC 15.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45217
--- Comment #3 from Richard Biener ---
Note that alternatively we do allow BIT_FIELD_REF on the LHS if it operates on
memory... (we're inserting into a global variable for the testcase). But
indeed a RMW cycle might be prefered on targets that c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=45217
Andrew Pinski changed:
What|Removed |Added
Status|NEW |ASSIGNED
Build|i686-pc-linu
--- Comment #1 from rguenth at gcc dot gnu dot org 2010-08-06 23:44 ---
Confirmed. BIT_FIELD_EXPR would be a good match for this.
--
rguenth at gcc dot gnu dot org changed:
What|Removed |Added
--