[clang] [M68k] Change gcc register name from a7 to sp. (PR #87095)

Jim Lin via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 1 15:31:00 PDT 2024


tclin914 wrote:

> Is it possible use `TargetInfo::getGCCRegAliases` to model the aliasing between a7 and sp? Also, could you add a simple test?

Implement getGCCRegAliases and add testcase.

https://github.com/llvm/llvm-project/pull/87095


More information about the cfe-commits mailing list