[PATCH] D148346: [AArch64][FastISel] Handle call with multiple return regs
Alexis Engelke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 14 07:58:32 PDT 2023
aengelke created this revision.
aengelke added reviewers: t.p.northover, sdesmalen, david-arm.
Herald added subscribers: pengfei, hiraditya, kristof.beyls.
Herald added a project: All.
aengelke requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
The code closely follows the X86 back-end. Applications that make heavy
use of {i64, i64} returns to use two registers strongly benefit from the
reduced number of SelectionDAG fallbacks.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D148346
Files:
llvm/lib/Target/AArch64/AArch64FastISel.cpp
llvm/test/CodeGen/AArch64/fast-isel-call-struct-return.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148346.513598.patch
Type: text/x-patch
Size: 4636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230414/9b918820/attachment.bin>
More information about the llvm-commits
mailing list