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] | |
Am I missing something obvious here? We're creating a temporary sequence only to compute its cost, but we're using HARD registers in ways that they might not support (in my case, my backend aborted due to a subreg of a register in a mode it didn't support). In my case, using FIRST_PSEUDO_REGISTER intead of 0 as the initial regno works better.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |