[all-commits] [llvm/llvm-project] 119b43: [Alignment] Use Align for TFI.getStackAlignment() ...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Oct 30 02:35:34 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 119b436da1c071655c4d5c9c52ff54c7c91d13ae
https://github.com/llvm/llvm-project/commit/119b436da1c071655c4d5c9c52ff54c7c91d13ae
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2019-10-30 (Wed, 30 Oct 2019)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[Alignment] Use Align for TFI.getStackAlignment() in X86ISelLowering
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, craig.topper, rnk
Reviewed By: rnk
Subscribers: rnk, hiraditya, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D69034
More information about the All-commits
mailing list