This is the mail archive of the gcc@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]

Re: Question about pre_edge_insert () in gcse.c


> If what I'm saying here is correct, some redundant expression might
> be inserted.

We have testcases (search bugzilla for GCSE) with redundant expressions
being inserted by GCSE (repeatedly, such that if you run GCSE 5 times,
it inserts the same expression 5 times in the same place).  If you are
correct, some of these should be fixed by changing that.

--Dan



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