Re: GCN: Don't hard-code number of SGPR/VGPR/AVGPR registers

2024-02-01 Thread Andrew Stubbs
OK to push "GCN: Don't hard-code number of SGPR/VGPR/AVGPR registers", see attached? OK. Andrew

GCN: Don't hard-code number of SGPR/VGPR/AVGPR registers (was: [PATCH v3 05/10] GCN back-end code)

2024-02-01 Thread Thomas Schwinge
fine VGPR_REGNO(N) ((N)+FIRST_VGPR_REG) > +#define LAST_VGPR_REG 415 OK to push "GCN: Don't hard-code number of SGPR/VGPR/AVGPR registers", see attached? Grüße Thomas >From ff812668636bce9d203acbcbdc19260f98857e03 Mon Sep 17 00:00:00 2001 From: Thomas