https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104926

            Bug ID: 104926
           Summary: [nvptx] Use human-readable register names
           Product: gcc
           Version: 12.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: target
          Assignee: unassigned at gcc dot gnu.org
          Reporter: vries at gcc dot gnu.org
  Target Milestone: ---

There are some pseudo registers that are used for a specific function, like
cfun->machine->unisimt_outside_simt_predicate.

It would be good to print these as '%outside_simt_p' or '%r_outside_simt_p' or
some such.

Perhaps the latter is better, to be able to easily distinguish them from ptx
special registers like '%tid'.

Reply via email to