[Alignment][NFC] Transition to inferAlignFromPtrInfo
authorGuillaume Chatelet <gchatelet@google.com>
Tue, 31 Mar 2020 07:52:49 +0000 (07:52 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Tue, 31 Mar 2020 08:06:49 +0000 (08:06 +0000)
commit0de874adfbb25f3782543d8e1a2d7e2b0643b6a5
tree9952bc6de1bafe7796268971fd5ea4ac6e2012d4
parentcdce2fe561eb6e63d77d1d589e521a8e2afb1eef
[Alignment][NFC] Transition to inferAlignFromPtrInfo

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: arsenm, jvesely, nhaehnle, hiraditya, kerbowa, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D77120
llvm/include/llvm/CodeGen/GlobalISel/Utils.h
llvm/lib/Target/AArch64/AArch64CallLowering.cpp
llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
llvm/lib/Target/ARM/ARMCallLowering.cpp
llvm/lib/Target/X86/X86CallLowering.cpp