[Alignment][NFC] Transition and simplify calls to DL::getABITypeAlignment
authorGuillaume Chatelet <gchatelet@google.com>
Thu, 2 Jul 2020 11:28:01 +0000 (11:28 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Thu, 2 Jul 2020 11:28:02 +0000 (11:28 +0000)
commit8dbafd24d6dad9ace4447084a517823ea1d6e6b4
treeeedcbf2174588ec1973caabeab1984c164e38275
parentd2dcff60fe230bf5e5f7aeae931c982af4ef3721
[Alignment][NFC] Transition and simplify calls to DL::getABITypeAlignment

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/D82977
llvm/lib/Target/Hexagon/HexagonISelLowering.cpp
llvm/lib/Target/PowerPC/PPCISelLowering.cpp
llvm/lib/Target/X86/X86FastISel.cpp
llvm/lib/Transforms/IPO/GlobalOpt.cpp
llvm/lib/Transforms/IPO/Inliner.cpp
llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp
llvm/lib/Transforms/Instrumentation/DataFlowSanitizer.cpp
llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
llvm/lib/Transforms/Scalar/LICM.cpp
llvm/lib/Transforms/Scalar/SROA.cpp
llvm/lib/Transforms/Utils/SimplifyCFG.cpp