[PATCH] D69372: [X86][VARARG] Avoid spilling xmm vararg arguments.
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 9 13:34:50 PST 2020
avl updated this revision to Diff 243463.
avl added a comment.
applied clang-tidy reccomendations, removed icall_branch_funnel workaround.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69372/new/
https://reviews.llvm.org/D69372
Files:
llvm/include/llvm/CodeGen/CallingConvLower.h
llvm/lib/CodeGen/CallingConvLower.cpp
llvm/lib/Target/AArch64/AArch64CallLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/X86/X86ExpandPseudo.cpp
llvm/lib/Target/X86/X86ISelLowering.cpp
llvm/lib/Target/X86/X86ISelLowering.h
llvm/lib/Target/X86/X86InstrCompiler.td
llvm/lib/Target/X86/X86InstrInfo.td
llvm/lib/Target/X86/X86MachineFunctionInfo.h
llvm/test/CodeGen/X86/icall-branch-funnel.ll
llvm/test/CodeGen/X86/musttail-varargs.ll
llvm/test/CodeGen/X86/vastart-defs-eflags.ll
llvm/test/CodeGen/X86/x32-va_start.ll
llvm/test/CodeGen/X86/xmm-vararg-noopt.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69372.243463.patch
Type: text/x-patch
Size: 109050 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200209/9a024a3d/attachment.bin>
More information about the llvm-commits
mailing list