[all-commits] [llvm/llvm-project] 4f0b5d: [M68k] Change gcc register name from a7 to sp. (#8...
Jim Lin via All-commits
all-commits at lists.llvm.org
Tue Apr 2 09:32:37 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f0b5d5e8067cadafc4473476eb68aa0addad488
https://github.com/llvm/llvm-project/commit/4f0b5d5e8067cadafc4473476eb68aa0addad488
Author: Jim Lin <jim at andestech.com>
Date: 2024-04-02 (Tue, 02 Apr 2024)
Changed paths:
M clang/lib/Basic/Targets/M68k.cpp
M clang/lib/Basic/Targets/M68k.h
A clang/test/CodeGen/M68k/inline-asm-gcc-regs.c
Log Message:
-----------
[M68k] Change gcc register name from a7 to sp. (#87095)
In M68kRegisterInfo.td, register SP is defined with name sp and
alternate name a7.
Fixes: https://github.com/llvm/llvm-project/issues/78620
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list