Skip to content

Commit

Permalink
[X86][ISelLowering] refactor Varargs handling in X86ISelLowering.cpp
Browse files Browse the repository at this point in the history
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
  • Loading branch information
avl-llvm committed May 12, 2020
1 parent 6605523 commit aa1eb51
Showing 1 changed file with 209 additions and 149 deletions.

0 comments on commit aa1eb51

Please sign in to comment.