[Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAlignmentF...
commitf69d71733b06ed87cfa874ac5f9613458ce8c0e0
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 21 Oct 2019 11:01:55 +0000 (21 11:01 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 21 Oct 2019 11:01:55 +0000 (21 11:01 +0000)
treefa919eb99cdb9429cb3225ddc3fb515927cd82e4
parentdb084dfbfd4f9f16b2802afb0f73b167982f2cc0
[Alignment][NFC] TargetCallingConv::setOrigAlign and TargetLowering::getABIAlignmentForCallingConv

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

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@375407 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/TargetCallingConv.h
include/llvm/CodeGen/TargetLowering.h
lib/CodeGen/GlobalISel/CallLowering.cpp
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/Target/ARM/ARMCallLowering.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMISelLowering.h
lib/Target/Mips/MipsCallLowering.cpp
lib/Target/Mips/MipsISelLowering.h