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] | |
In message <3F7FB8C0-68B0-11D8-8C0E-000A95D7CD40@apple.com>, Dale Johannesen wr
ites:I must still be missing something. If OFFSET is zero, then why is returning
rtx recog_operand[MAX_RECOG_OPERANDS]; register rtx *ro = &recog_operand[0]; rtx x2; ro[0] = x2;
/* Fold *&B to B. */ if (integer_zerop (offset)) return base;
BASE wrong?
If OFFSET is nonzero, then we'll fall out returning NULL_TREE which indicates that we couldn't simplify -- which ought to just inhibit an optimization.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |