https://gcc.gnu.org/bugzilla/show_bug.cgi?id=126912
Bug ID: 126912
Summary: Match vs compare simplifications
Product: gcc
Version: 15.0
Status: UNCONFIRMED
Keywords: internal-improvement
Severity: enhancement
Priority: P3
Component: middle-end
Assignee: pinskia at gcc dot gnu.org
Reporter: pinskia at gcc dot gnu.org
Target Milestone: ---
Right now we have to Iterate to get the final code. This makes the generated
code in some cases huge and really just slow.
We should allow for a code as a variable and this will bypass that issue.
I am going to work on this as now arm fails because of my recent patch