[all-commits] [llvm/llvm-project] 3be059: [LoongArch] Add support for ISD::FRAMEADDR and ISD...
Gong LingQin via All-commits
all-commits at lists.llvm.org
Mon Oct 24 00:13:10 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3be059377e4312f8c74da95e6d61ce5849570c0e
https://github.com/llvm/llvm-project/commit/3be059377e4312f8c74da95e6d61ce5849570c0e
Author: gonglingqin <gonglingqin at loongson.cn>
Date: 2022-10-24 (Mon, 24 Oct 2022)
Changed paths:
M llvm/lib/Target/LoongArch/LoongArchISelLowering.cpp
M llvm/lib/Target/LoongArch/LoongArchISelLowering.h
A llvm/test/CodeGen/LoongArch/frameaddr-returnaddr-error.ll
A llvm/test/CodeGen/LoongArch/frameaddr-returnaddr.ll
Log Message:
-----------
[LoongArch] Add support for ISD::FRAMEADDR and ISD::RETURNADDR
For now, only support lowering frame/return address for current frame.
Differential Revision: https://reviews.llvm.org/D136215
More information about the All-commits
mailing list