[LLVM][Alignment] Introduce Alignment Type
commit0845c69be924c13fbd9af4c09d8b10ccbc781d59
authorGuillaume Chatelet <gchatelet@google.com>
Mon, 5 Aug 2019 11:02:05 +0000 (5 11:02 +0000)
committerGuillaume Chatelet <gchatelet@google.com>
Mon, 5 Aug 2019 11:02:05 +0000 (5 11:02 +0000)
tree3d3ee0454306f680856149b4fabe86d048316143
parent0f33e81d491cdd5cf30f8da86e362611e5dd7580
[LLVM][Alignment] Introduce Alignment Type

Summary:
This is patch is part of a serie 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, jfb, jakehehrlich

Reviewed By: jfb

Subscribers: wuzish, jholewinski, arsenm, dschuff, nemanjai, jvesely, nhaehnle, javed.absar, sbc100, jgravelle-google, hiraditya, aheejin, kbarton, asb, rbar, johnrusso, simoncook, apazos, sabuasal, niosHD, jrtc27, MaskRay, zzheng, edward-jones, rogfer01, MartinMosbeck, brucehoult, the_o, dexonsmith, PkmX, jocewei, jsji, s.egerton, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D65514

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@367828 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
include/llvm/CodeGen/TargetLowering.h
lib/CodeGen/GlobalISel/IRTranslator.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
lib/Target/AArch64/AArch64ISelLowering.cpp
lib/Target/AMDGPU/SIISelLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/Hexagon/HexagonISelLowering.cpp
lib/Target/NVPTX/NVPTXISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/RISCV/RISCVISelLowering.cpp
lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp