On 4/10/23 09:18, Jakub Jelinek wrote:
On Mon, Apr 10, 2023 at 08:54:12AM -0600, Jeff Law wrote:
This is likely going to be very controversial.  It's going to increase the
size of two of most heavily used data structures in GCC (rtx and trees).

The first thing I would ask is whether or not we really need the full matrix
in practice or if we can combine some of the modes.

Why hasn't aarch64 stumbled over this problem?

 From what I can see, x86 has 130 modes and aarch64 178 right now.
To put it another way. Why does RISC-V have so many more modes than AArch64.

Jeff

Reply via email to