[all-commits] [llvm/llvm-project] 0de874: [Alignment][NFC] Transition to inferAlignFromPtrInfo
Guillaume Chatelet via All-commits
all-commits at lists.llvm.org
Tue Mar 31 01:07:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 0de874adfbb25f3782543d8e1a2d7e2b0643b6a5
https://github.com/llvm/llvm-project/commit/0de874adfbb25f3782543d8e1a2d7e2b0643b6a5
Author: Guillaume Chatelet <gchatelet at google.com>
Date: 2020-03-31 (Tue, 31 Mar 2020)
Changed paths:
M llvm/include/llvm/CodeGen/GlobalISel/Utils.h
M llvm/lib/Target/AArch64/AArch64CallLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
M llvm/lib/Target/AMDGPU/AMDGPUCallLowering.h
M llvm/lib/Target/ARM/ARMCallLowering.cpp
M llvm/lib/Target/X86/X86CallLowering.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list