Re: [PATCH v2 05/N] Add -fdump*-folding suboption.

2017-05-24 Thread Richard Biener
On Wed, May 24, 2017 at 12:54 PM, Martin Liška wrote: > Hello. > > After discussions with Richi, I decided to end up with the transformation > and thus > I would like to apply the original patch on top of what was done. Probably > last change > should be that we should renumber TDF_* values to sta

[PATCH v2 05/N] Add -fdump*-folding suboption.

2017-05-24 Thread Martin Liška
Hello. After discussions with Richi, I decided to end up with the transformation and thus I would like to apply the original patch on top of what was done. Probably last change should be that we should renumber TDF_* values to start from 1 << 0 and holes in numbering should be eliminated? Tha