[Alignment][NFC] Deprecate MachineMemOperand::getMachineMemOperand version that takes...
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 31 Mar 2020 12:55:24 +0000 (12:55 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 31 Mar 2020 16:05:31 +0000 (16:05 +0000)
commit998118c3d3bd6a394c1da35f7570cce1a3145ea3
treebab5defb2ce5e80b6a48ee658d1d81be77a984e1
parentc3ca11771e184f11bf4f48804f056ac699ad7c40
[Alignment][NFC] Deprecate MachineMemOperand::getMachineMemOperand version that takes an untyped alignement.

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, jfb, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D77138
llvm/include/llvm/CodeGen/MachineFunction.h
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
llvm/lib/Target/ARM/ARMInstructionSelector.cpp