Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[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
- Loading branch information