[LLVM][Alignment] Introduce Alignment In CallingConv
commitdc3af2b9fe44c02028c1b0cae56db11a3e1a6cd8
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 5 Aug 2019 09:49:09 +0000 (5 09:49 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 5 Aug 2019 09:49:09 +0000 (5 09:49 +0000)
treea5023e17ece9442efaa4023f8508e8a1c0bf1dca
parenta9e03d45db3efd8f39a3032dfd16aab3c21d9b8a
[LLVM][Alignment] Introduce Alignment In CallingConv

Summary:
This is patch is part of a serie 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

Subscribers: hiraditya, llvm-commits, courbet, jfb

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367822 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/CallingConvLower.h
include/llvm/CodeGen/TargetCallingConv.h
lib/CodeGen/CallingConvLower.cpp