[Alignment][NFC] Migrate AArch64, ARM, Hexagon, MSP and NVPTX backends to Align
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 30 Jun 2020 07:49:21 +0000 (07:49 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 30 Jun 2020 07:56:17 +0000 (07:56 +0000)
commit4f5133a4dcd0b023160879740d32bbcca198664f
treed2ca5f23f7dbd9219781078f8cae0a13724fa25e
parented4328c607306a2aa6df4833a0dce4482edbc94c
[Alignment][NFC] Migrate AArch64, ARM, Hexagon, MSP and NVPTX backends to Align

This 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

Differential Revision: https://reviews.llvm.org/D82749
llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
llvm/lib/Target/ARM/ARMFrameLowering.cpp
llvm/lib/Target/ARM/ARMISelDAGToDAG.cpp
llvm/lib/Target/ARM/ARMISelLowering.cpp
llvm/lib/Target/Hexagon/HexagonVExtract.cpp
llvm/lib/Target/MSP430/MSP430ISelDAGToDAG.cpp
llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp