https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98532
Andrew Pinski changed:
What|Removed |Added
Resolution|--- |FIXED
Target Milestone|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98532
Andrew Pinski changed:
What|Removed |Added
Assignee|pinskia at gcc dot gnu.org |unassigned at gcc dot
gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98532
Andrew Pinski changed:
What|Removed |Added
Last reconfirmed||2021-02-08
Status|UNCONFIRME
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98532
Andrew Pinski changed:
What|Removed |Added
Severity|normal |enhancement
CC|
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98532
--- Comment #1 from Richard Biener ---
_1 = BIT_FIELD_REF <*a_4(D), 64, 64>;
_2 = BIT_FIELD_REF <*a_4(D), 64, 0>;
tmp_5 = {_1, _2};
note this is another case where we'd like to improve forwprop to canonicalize
this to
_1 = *a_4(D);
tm