[all-commits] [llvm/llvm-project] 80845d: [Alignment][NFC] Migrate CallingConv tablegen code
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Fri Jun 5 06:33:58 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 80845db6a55c0c61e703ef7171511d03208f3d57
https://github.com/llvm/llvm-project/commit/80845db6a55c0c61e703ef7171511d03208f3d57
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-06-05 (Fri, 05 Jun 2020)
Changed paths:
M llvm/include/llvm/CodeGen/CallingConvLower.h
M llvm/utils/TableGen/CallingConvEmitter.cpp
Log Message:
-----------
[Alignment][NFC] Migrate CallingConv tablegen code
Summary:
We first migrate the generated code, more patches to come.
This 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
Subscribers: llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D81196
More information about the All-commits
mailing list