[all-commits] [llvm/llvm-project] aa1eb5: [X86][ISelLowering] refactor Varargs handling in X...
avl-llvm via All-commits
all-commits at lists.llvm.org
Tue May 12 14:34:59 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: aa1eb5152d9a5bd588c8479a376fa65cbeabbc9f
https://github.com/llvm/llvm-project/commit/aa1eb5152d9a5bd588c8479a376fa65cbeabbc9f
Author: Alexey Lapshin <a.v.lapshin at mail.ru>
Date: 2020-05-13 (Wed, 13 May 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86][ISelLowering] refactor Varargs handling in X86ISelLowering.cpp
Summary:
This patch refactors handling of VarArgs in
X86TargetLowering::LowerFormalArguments.
That refactoring was requested while reviewing
D69372. Code related to varargs handling is removed
from X86TargetLowering::LowerFormalArguments and
is divided into smaller routines.
Reviewed By: aeubanks
Differential Revision: https://reviews.llvm.org/D74794
More information about the All-commits
mailing list