[all-commits] [llvm/llvm-project] 5df90c: [Alignment][NFC] TargetCallingConv::setByValAlign
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Mon Oct 21 05:04:24 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 5df90cd71c3960eb143c0d3aec03af6a7b024260
https://github.com/llvm/llvm-project/commit/5df90cd71c3960eb143c0d3aec03af6a7b024260
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2019-10-21 (Mon, 21 Oct 2019)
Changed paths:
M llvm/include/llvm/CodeGen/TargetCallingConv.h
M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
Log Message:
-----------
[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
llvm-svn: 375410
More information about the All-commits
mailing list