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] | |
For a certain project I want to modify the compiler
for this architecture so that it generates code which
always contains two independent instructions next to
each other. If the compiler does not find independent
instructions it should insert a no-op instead.
1. Creating a new rtx for a NOP instruction
2. How do I add this new NOP instruction into the existing RTX list.
Any help would be really appreciated.. I would also like comments on whether my approach of modifying the function schedule_block() is right or not
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |