]> granicus.if.org Git - llvm/commit
[LLVM][Alignment] Introduce Alignment In MachineFrameInfo
authorGuillaume Chatelet <gchatelet@google.com>
Wed, 21 Aug 2019 14:29:30 +0000 (14:29 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Wed, 21 Aug 2019 14:29:30 +0000 (14:29 +0000)
commita13d6ea322ec6232bc998e552bed9e9375f8ec7a
treea7b357a19db18f3da4c07ebb960636a5fd16cbb0
parent93a98d69bb6e011b9dd0ae811219f1d01b4fff32
[LLVM][Alignment] Introduce Alignment In MachineFrameInfo

Summary:
This is patch is part of a serie 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: jfb

Subscribers: hiraditya, dexonsmith, llvm-commits, courbet

Tags: #llvm

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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@369531 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFrameInfo.h
lib/Analysis/MemoryBuiltins.cpp
lib/CodeGen/LocalStackSlotAllocation.cpp
lib/CodeGen/MachineFrameInfo.cpp
lib/CodeGen/PrologEpilogInserter.cpp
lib/Target/Hexagon/HexagonFrameLowering.cpp
lib/Target/NVPTX/NVPTXPrologEpilogPass.cpp