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] | |
On Wed, Mar 05, 2003 at 11:27:08AM -0800, Aldy Hernandez wrote:! if (HARD_REGNO_NREGS (reg, GET_MODE (rtl)) > 1 ! || (*targetm.dwarf_register_span) (rtl))
Ow, please don't just discard and recreate the result of a function which returns RTL. Pass it as an argument to multiple_reg_loc_descriptor instead.
What about a hypothetical value which goes in two 64-bit SPE registers (a synthesized 128-bit vector)? I think something's at the wrong level here.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |