[Alignment] Use Align for TargetLowering::MinStackArgumentAlignment
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 10 Sep 2019 09:01:18 +0000 (09:01 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 10 Sep 2019 09:01:18 +0000 (09:01 +0000)
commitb6722af06863b7133cf9e910ae0319b2a1c2ac78
tree4dbaaf9645bc47954ae5d3bc52a2ea5fb3152f63
parent3d7e9ab7b9f8c53aa41420c54970f0fb421004a2
[Alignment] Use Align for TargetLowering::MinStackArgumentAlignment

Summary:
This is patch is part of a series to introduce an Alignment type.
See this thread for context: http://lists.llvm.org/pipermail/llvm-dev/2019-July/133851.html
See this patch for the introduction of the type: https://reviews.llvm.org/D64790

Reviewers: courbet

Subscribers: sdardis, nemanjai, hiraditya, kbarton, jrtc27, MaskRay, atanasyan, jsji, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D67288

llvm-svn: 371498
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/Mips/MipsISelLowering.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.cpp