[Alignment][NFC] TargetCallingConv::setByValAlign
commit0e61c30e7d918be651096b9bf0d9c89ca31aa094
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 21 Oct 2019 12:05:33 +0000 (21 12:05 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 21 Oct 2019 12:05:33 +0000 (21 12:05 +0000)
tree1b4020f2f5278b30eb295a40ad5382c10d732b94
parent91d68c5d934da0b7af61542ad09a12f7a370770f
[Alignment][NFC] TargetCallingConv::setByValAlign

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: hiraditya, llvm-commits

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375410 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/TargetCallingConv.h
lib/CodeGen/GlobalISel/CallLowering.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp