Re: [PATCH 07/31] RTL: Also support HOST_WIDE_INT with int iterators

2020-11-20 Thread Jeff Law via Gcc-patches
On 11/19/20 8:34 PM, Maciej W. Rozycki wrote: > Add wide integer aka 'w' rtx format support to int iterators so that > machine description can iterate over `const_int' expressions. > > This is made by expanding standard integer aka 'i' format support, > observing that any standard integer alread

[PATCH 07/31] RTL: Also support HOST_WIDE_INT with int iterators

2020-11-19 Thread Maciej W. Rozycki
Add wide integer aka 'w' rtx format support to int iterators so that machine description can iterate over `const_int' expressions. This is made by expanding standard integer aka 'i' format support, observing that any standard integer already present in any of our existing RTL code will also fit in