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] | |
Yes. Passes like vectorization and loop optimizations will use so called 'target hooks' which allow the high-level passes to query the target for various capabilities and attributes. See the tree-vect*.c files for several examples.Are there also some other optimisation passes working on the GIMPLE/SSA representation which make use of any machine-dependent features?
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |