[PATCH] D65656: AArch64: support @llvm.{return,frame}address in GlobalISel
Tim Northover via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 2 06:58:05 PDT 2019
t.p.northover created this revision.
t.p.northover added a reviewer: aemerson.
Herald added subscribers: Petar.Avramovic, hiraditya, kristof.beyls, javed.absar, rovka, mcrosier.
Herald added a project: LLVM.
These intrinsics expand to a variable number of instructions so just like in ISelLowering.cpp we use custom code to deal with them.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D65656
Files:
llvm/lib/Target/AArch64/AArch64InstructionSelector.cpp
llvm/test/CodeGen/AArch64/GlobalISel/select-frameaddr.ll
llvm/test/CodeGen/AArch64/GlobalISel/select-returnaddr.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65656.213043.patch
Type: text/x-patch
Size: 3604 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/bbd5305d/attachment.bin>
More information about the llvm-commits
mailing list