[Alignment][NFC] Use Align for code creating MemOp
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 3 Feb 2020 12:09:53 +0000 (13:09 +0100)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 3 Feb 2020 13:10:30 +0000 (14:10 +0100)
commitfc19465965a74cffa41e385f3cfe9bfca6a7950d
tree015150f3aedbcd115710ef8e609e5b450afc7f60
parentb37d59353f699e99f139a9227a6a69964ef4b132
[Alignment][NFC] Use Align for code creating MemOp

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

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D73874
llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
llvm/include/llvm/CodeGen/MachineFrameInfo.h
llvm/include/llvm/CodeGen/TargetLowering.h
llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
llvm/lib/Target/ARM/ARMTargetTransformInfo.cpp