[graphite] build_scops_conditions

Tobias Grosser grosser@fim.uni-passau.de
Thu Jun 12 13:23:00 GMT 2008


Hi graphities,

Adrien has written code to detect for every bb the conditions,
that restrict the execution of this code.

Example:

for (i = 0; i <= 20; i++)
  {
    A

    if (2i <= 8)
      B
  }

So for B there is a additional condition (2i <= 8).

At the moment, we just add the conditions to the gbbs, but I hope someone
will find the time, to add them to the domain matrix.

I would like to commit this code. Patch attached.

See you
Tobias
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graphite-build_scop_conditions-2008-06-11.patch
Type: text/x-patch
Size: 9234 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20080612/b0b6756f/attachment.bin>


More information about the Gcc-patches mailing list