[PATCH] D74794: [X86][ISelLowering] refactor Varargs handling in X86ISelLowering.cpp
Alexey Lapshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 18 14:07:46 PST 2020
avl created this revision.
avl added reviewers: rnk, RKSimon, craig.topper.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.
This patch refactors handling of VarArgs in
X86TargetLowering::LowerFormalArguments.
That refactoring was requested while reviewing
D69372 <https://reviews.llvm.org/D69372>. Code related to varargs handling is removed
from X86TargetLowering::LowerFormalArguments and
is divided into smaller routines.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D74794
Files:
llvm/lib/Target/X86/X86ISelLowering.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74794.245262.patch
Type: text/x-patch
Size: 19114 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200218/69e1d3f5/attachment.bin>
More information about the llvm-commits
mailing list