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] | |
Seems to me that for a lot of things, e.g. loop optimizations, you really need to know target details such as addressing modes,
What? You must be thinking of different types of loop opts than i am. What high level loop optimization do you think requires knowledge of addressing modes?
strength reduction needs to know about addressing modes, but that's about it. No other loop optimization should need to care about them. And I would not consider SR a "high level loop optimization".
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |