[Alignment][NFC] Provide tightened up functions in SelectionDAG, MachineFunction...
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 30 Mar 2020 09:38:44 +0000 (09:38 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 30 Mar 2020 13:03:27 +0000 (13:03 +0000)
commit01ba2ad9ef085f184f3b01cefed4ce59e170054a
treeb34c880c6a029776c3754f7c226d8163a81fc5a1
parent6f428e09fbe8ce7e3510ae024031a5fc19653483
[Alignment][NFC] Provide tightened up functions in SelectionDAG, MachineFunction and MachineMemOperand

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/D77046
llvm/include/llvm/CodeGen/MachineFunction.h
llvm/include/llvm/CodeGen/MachineMemOperand.h
llvm/include/llvm/CodeGen/SelectionDAG.h
llvm/lib/CodeGen/MachineFunction.cpp
llvm/lib/CodeGen/MachineOperand.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp