[all-commits] [llvm/llvm-project] fc63c4: [Alignment][NFC] Remove remaining uses of MachineF...
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Wed Apr 1 07:38:17 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fc63c4d8ce68deca5036fda0df4a7695c16dab03
https://github.com/llvm/llvm-project/commit/fc63c4d8ce68deca5036fda0df4a7695c16dab03
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
M llvm/include/llvm/CodeGen/MachineFrameInfo.h
M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[Alignment][NFC] Remove remaining uses of MachineFrameInfo::setObjectAlignment
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/D77217
More information about the All-commits
mailing list