[PATCH] D112143: [X86][ABI] Do not return float/double from x87 registers when x87 is disabled
Phoebe Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 17 00:32:53 PST 2021
pengfei updated this revision to Diff 387855.
pengfei added a comment.
1. Add support for f80.
2. Add test case for 3 return values.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D112143/new/
https://reviews.llvm.org/D112143
Files:
clang/include/clang/Driver/Options.td
clang/test/Driver/x86-target-features.c
llvm/lib/Target/X86/X86CallingConv.td
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/test/CodeGen/X86/no-ret-in-x87-reg.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112143.387855.patch
Type: text/x-patch
Size: 9550 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211117/325b8b58/attachment.bin>
More information about the llvm-commits
mailing list