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] |
On Wed, Jan 31, 2001 at 08:15:22PM -0500, Michael Meissner wrote: > What it doesn't handle is a parallel that has two sets, > which on the x86 is for setting the condition code register. Those don't get created until combine. No, the real problem is that gcse doesn't handle hard registers, so the clobber of hard register 17 (flags) squelches everything. r~
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |