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] | |
I'd like to receive feedback about the loop versioning transformation I am implementing. This is work in progress. Right now it does not work over SSA and I'm working on it. I just ported it for LNO sources and I haven't tested it in new environment. Two top things in my todo list are 1) make it work over SSA 2) use walk_tree. I am more interested in feedback about cfg manipulating code, because this is a new territory for me.
Thank you, -- Devang
* tree-lv.h: New file.
* tree-lv.c: New file.
* Makefile.in (OBJS-common): Add tree-lv.o.
(tree-lv.o): New rule.
* tree-cfg.c (create_bb): Make externally visible.
* tree-flow.h (create_bb): New extern decl.Attachment:
loop_version.lno.0.diff
Description: Binary data
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |