[all-commits] [llvm/llvm-project] 058f74: [M68k] Provide exception pointer and selector regi...
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Thu Feb 23 16:27:11 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 058f7449cf38fcbfff4a54a1f67a784ca2983671
https://github.com/llvm/llvm-project/commit/058f7449cf38fcbfff4a54a1f67a784ca2983671
Author: Min-Yih Hsu <minyihh at uci.edu>
Date: 2023-02-23 (Thu, 23 Feb 2023)
Changed paths:
M llvm/lib/Target/M68k/M68kISelLowering.cpp
M llvm/lib/Target/M68k/M68kISelLowering.h
A llvm/test/CodeGen/M68k/gcc_except_table.ll
Log Message:
-----------
[M68k] Provide exception pointer and selector registers
Using d0 for exception pointer and d1 for selector, as suggested by GCC.
More information about the All-commits
mailing list