This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

combiner fix, PR45966


The combine-4 patch caused PR45966.  We have a 4->2 combination, and i0
feeds i1 which feeds i2.  When substituting, we only check i0_feeds_i2
and i1_feeds_i2; we also need to check the i0_feeds_i1/i1_feeds_i2 chain
and substitute accordingly.

Bootstrapped and regression tested on i686-linux; ok?


Bernd

Attachment: c4-fix.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]