https://gcc.gnu.org/bugzilla/show_bug.cgi?id=110236
Bug ID: 110236 Summary: RFE: LoongArch: Supporting assembly output with register aliases in ELF ABI Product: gcc Version: 14.0 Status: UNCONFIRMED Severity: enhancement Priority: P3 Component: target Assignee: unassigned at gcc dot gnu.org Reporter: xry111 at gcc dot gnu.org Target Milestone: --- The assembly with register aliases is easier to read and there has been an RFE at https://github.com/loongson/gcc/pull/21. I guess we can add an option like "-mreg-name=[raw|elf]" to control the behavior, and keep -mreg-name=raw as the default to please test suites and the existing tools expecting the raw register names.